com.eharmony.aloha.semantics.compiled.plugin.csv

CsvTypes

object CsvTypes extends Enumeration

The string values here match the function names in CsvLine. This is important that the name passed to each instance of Val is exactly the same as the corresponding function name in com.eharmony.aloha.semantics.compiled.plugin.csv.CsvLine.

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CsvTypes
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CsvType extends Val

  2. class Val extends Value with Serializable

    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID( -3501153230598116017L )
  3. abstract class Value extends Ordered[Value] with Serializable

    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID( 7091335633555234129L )
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Definition Classes
    Enumeration

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BooleanOptionType: CsvType

  7. val BooleanOptionVectorType: CsvType

  8. val BooleanType: CsvType

  9. val BooleanVectorType: CsvType

  10. val DoubleOptionType: CsvType

  11. val DoubleOptionVectorType: CsvType

  12. val DoubleType: CsvType

  13. val DoubleVectorType: CsvType

  14. val EnumOptionType: CsvType

  15. val EnumOptionVectorType: CsvType

  16. val EnumType: CsvType

  17. val EnumVectorType: CsvType

  18. val FloatOptionType: CsvType

  19. val FloatOptionVectorType: CsvType

  20. val FloatType: CsvType

  21. val FloatVectorType: CsvType

  22. val IntOptionType: CsvType

  23. val IntOptionVectorType: CsvType

  24. val IntType: CsvType

  25. val IntVectorType: CsvType

  26. val LongOptionType: CsvType

  27. val LongOptionVectorType: CsvType

  28. val LongType: CsvType

  29. val LongVectorType: CsvType

  30. val StringOptionType: CsvType

  31. val StringOptionVectorType: CsvType

  32. val StringType: CsvType

  33. val StringVectorType: CsvType

  34. final def Value(i: Int, name: String): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  35. final def Value(name: String): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  36. final def Value(i: Int): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  37. final def Value: Value

    Attributes
    protected
    Definition Classes
    Enumeration
  38. final def apply(x: Int): Value

    Definition Classes
    Enumeration
  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. final def maxId: Int

    Definition Classes
    Enumeration
  48. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. var nextId: Int

    Attributes
    protected
    Definition Classes
    Enumeration
  50. var nextName: Iterator[String]

    Attributes
    protected
    Definition Classes
    Enumeration
  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  53. def readResolve(): AnyRef

    Attributes
    protected
    Definition Classes
    Enumeration
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    Enumeration → AnyRef → Any
  56. def values: ValueSet

    Definition Classes
    Enumeration
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def withName(s: String): Value

    Definition Classes
    Enumeration
  61. def withNameExtended(s: String): CsvType

    Like withName but gives back com.eharmony.aloha.semantics.compiled.plugin.csv.CsvTypes.CsvType rather than com.eharmony.aloha.semantics.compiled.plugin.csv.CsvTypes#Value

    s

    a string representation of the type.

    returns

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped