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: DoubleType.type

    Permalink
  16. val FLOAT: FloatType.type

    Permalink
  17. val INTEGER: IntegerType.type

    Permalink
  18. val REAL: RealType.type

    Permalink
  19. val STRING: StringType.type

    Permalink

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

  20. val TIME: TimeType.type

    Permalink
  21. val TIME_SECONDS: TimeSecondsType.type

    Permalink
  22. final def asInstanceOf[T0]: T0

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

    Permalink
  24. def clone(): AnyRef

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

    Permalink
  26. val dateDaysSince[0]: DateDaySinceYearType

    Permalink
  27. val dateDaysSince[1960]: DateDaySinceYearType

    Permalink
  28. val dateDaysSince[1970]: DateDaySinceYearType

    Permalink
  29. val dateDaysSince[1980]: DateDaySinceYearType

    Permalink
  30. val dateTime: DateTimeType.type

    Permalink
  31. val dateTimeSecondsSince[0]: DateTimeSecondSinceYearType

    Permalink
  32. val dateTimeSecondsSince[1960]: DateTimeSecondSinceYearType

    Permalink
  33. val dateTimeSecondsSince[1970]: DateTimeSecondSinceYearType

    Permalink
  34. val dateTimeSecondsSince[1980]: DateTimeSecondSinceYearType

    Permalink
  35. val double: DoubleType.type

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

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

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

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

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

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

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

    Permalink
  43. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. val real: RealType.type

    Permalink

    Extended type

  48. val string: StringType.type

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

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

    Permalink
  51. val timeSeconds: TimeSecondsType.type

    Permalink
  52. def toString(): String

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

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped