Class/Object

org.pmml4s.common

DateTimeSecondSinceYearType

Related Docs: object DateTimeSecondSinceYearType | package common

Permalink

case class DateTimeSecondSinceYearType(aYear: Int) extends DateTimeType with Product with Serializable

The type dateTimeSecondsSince[aYear] is a variant of the type date where the values are represented as the number of seconds since 00:00 on aYear-01-01. The datetime 00:00:00 on aYear-01-01 is represented by the number 0. The datetime 00:00:01 on aYear-01-01 is represented by 1, etc. Datetimes before aYear-01-01 are represented as negative numbers. For example, values of type dateTimeSecondsSince[1960] are the number of seconds since 00:00 on 1960-01-01. The datetime 00:00:00 on 1960-01-01 is represented by the number 0. The datetime 00:01:00 on 1960-01-01 is represented by 60.

Linear Supertypes
Product, Equals, DateTimeType, NumericType, DataType, DataTypeLike, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateTimeSecondSinceYearType
  2. Product
  3. Equals
  4. DateTimeType
  5. NumericType
  6. DataType
  7. DataTypeLike
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DateTimeSecondSinceYearType(aYear: Int)

    Permalink

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 aYear: Int

    Permalink
  5. def accepts(other: DataType): Boolean

    Permalink

    Returns true if other is an acceptable input type for a function that expects this.

    Returns true if other is an acceptable input type for a function that expects this.

    Definition Classes
    DataTypeLike
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dataType: DataType

    Permalink

    Returns the data type of field.

    Returns the data type of field.

    Definition Classes
    DataTypeDataTypeLike
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def isDate: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  13. def isDateTime: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  14. def isDouble: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  15. def isFloat: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isNumeric: Boolean

    Permalink
    Definition Classes
    NumericTypeDataTypeLike
  18. def isReal: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  19. def isString: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  20. def isTime: Boolean

    Permalink
    Definition Classes
    DataTypeLike
  21. def isTimestamp: Boolean

    Permalink
    Definition Classes
    DateTimeTypeDataTypeLike
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    DateTimeSecondSinceYearTypeDateTimeType → AnyRef → Any
  27. def toVal(s: String): Any

    Permalink
    Definition Classes
    DataType
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from DateTimeType

Inherited from NumericType

Inherited from DataType

Inherited from DataTypeLike

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped