Object/Class

org.pmml4s.common

DataType

Related Docs: class DataType | package common

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BOOLEAN: BooleanType.type

    Permalink
  5. val DATE: DateType.type

    Permalink
  6. val DATETIME: DateTimeType.type

    Permalink
  7. val DATE_DAYS_SINCE_0: DateDaySinceYearType

    Permalink
  8. val DATE_DAYS_SINCE_1960: DateDaySinceYearType

    Permalink
  9. val DATE_DAYS_SINCE_1970: DateDaySinceYearType

    Permalink
  10. val DATE_DAYS_SINCE_1980: DateDaySinceYearType

    Permalink
  11. val DATE_TIME_SECONDS_SINCE_0: DateTimeSecondSinceYearType

    Permalink
  12. val DATE_TIME_SECONDS_SINCE_1960: DateTimeSecondSinceYearType

    Permalink
  13. val DATE_TIME_SECONDS_SINCE_1970: DateTimeSecondSinceYearType

    Permalink
  14. val DATE_TIME_SECONDS_SINCE_1980: DateTimeSecondSinceYearType

    Permalink
  15. val DOUBLE: RealType.type

    Permalink
  16. val FLOAT: RealType.type

    Permalink
  17. val INTEGER: IntegerType.type

    Permalink
  18. val STRING: StringType.type

    Permalink

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

  19. val TIME: TimeType.type

    Permalink
  20. val TIME_SECONDS: TimeSecondsType.type

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. val boolean: BooleanType.type

    Permalink
  23. def clone(): AnyRef

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

    Permalink
  25. val dateDaysSince[0]: DateDaySinceYearType

    Permalink
  26. val dateDaysSince[1960]: DateDaySinceYearType

    Permalink
  27. val dateDaysSince[1970]: DateDaySinceYearType

    Permalink
  28. val dateDaysSince[1980]: DateDaySinceYearType

    Permalink
  29. val dateTime: DateTimeType.type

    Permalink
  30. val dateTimeSecondsSince[0]: DateTimeSecondSinceYearType

    Permalink
  31. val dateTimeSecondsSince[1960]: DateTimeSecondSinceYearType

    Permalink
  32. val dateTimeSecondsSince[1970]: DateTimeSecondSinceYearType

    Permalink
  33. val dateTimeSecondsSince[1980]: DateTimeSecondSinceYearType

    Permalink
  34. val double: RealType.type

    Permalink
  35. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  39. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. val integer: IntegerType.type

    Permalink
  42. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. val string: StringType.type

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

    Permalink
    Definition Classes
    AnyRef
  48. val time: TimeType.type

    Permalink
  49. val timeSeconds: TimeSecondsType.type

    Permalink
  50. def toString(): String

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

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped