org.pmml4s.common

DataType

object DataType extends Serializable

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

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 BOOLEAN: BooleanType.type

  7. val DATE: DateType.type

  8. val DATETIME: DateTimeType.type

  9. val DATE_DAYS_SINCE_0: DateDaySinceYearType

  10. val DATE_DAYS_SINCE_1960: DateDaySinceYearType

  11. val DATE_DAYS_SINCE_1970: DateDaySinceYearType

  12. val DATE_DAYS_SINCE_1980: DateDaySinceYearType

  13. val DATE_TIME_SECONDS_SINCE_0: DateTimeSecondSinceYearType

  14. val DATE_TIME_SECONDS_SINCE_1960: DateTimeSecondSinceYearType

  15. val DATE_TIME_SECONDS_SINCE_1970: DateTimeSecondSinceYearType

  16. val DATE_TIME_SECONDS_SINCE_1980: DateTimeSecondSinceYearType

  17. val DOUBLE: DoubleType.type

  18. val FLOAT: FloatType.type

  19. val INTEGER: IntegerType.type

  20. val REAL: RealType.type

  21. val STRING: StringType.type

    Defines const variables could be used in Java, names above could be invalid for Java.

  22. val TIME: TimeType.type

  23. val TIME_SECONDS: TimeSecondsType.type

  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. val boolean: BooleanType.type

  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. val date: DateType.type

  28. val dateDaysSince[0]: DateDaySinceYearType

  29. val dateDaysSince[1960]: DateDaySinceYearType

  30. val dateDaysSince[1970]: DateDaySinceYearType

  31. val dateDaysSince[1980]: DateDaySinceYearType

  32. val dateTime: DateTimeType.type

  33. val dateTimeSecondsSince[0]: DateTimeSecondSinceYearType

  34. val dateTimeSecondsSince[1960]: DateTimeSecondSinceYearType

  35. val dateTimeSecondsSince[1970]: DateTimeSecondSinceYearType

  36. val dateTimeSecondsSince[1980]: DateTimeSecondSinceYearType

  37. val double: DoubleType.type

  38. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. val float: FloatType.type

  42. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  44. val integer: IntegerType.type

  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. final def notify(): Unit

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

    Definition Classes
    AnyRef
  49. val real: RealType.type

    Extended type

  50. val string: StringType.type

  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. val time: TimeType.type

  53. val timeSeconds: TimeSecondsType.type

  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def withName(s: String): DataType

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped