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
    @HotSpotIntrinsicCandidate() @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. val float: FloatType.type

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

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  42. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  43. val integer: IntegerType.type

  44. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  48. val real: RealType.type

    Extended type

  49. val string: StringType.type

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

    Definition Classes
    AnyRef
  51. val time: TimeType.type

  52. val timeSeconds: TimeSecondsType.type

  53. def toString(): String

    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped