Class Period<P extends Period<P>>

    • Method Detail

      • getDataType

        public abstract DataType getDataType()
      • toSimpleValue

        public java.lang.Long toSimpleValue()
        Specified by:
        toSimpleValue in interface ComplexValue
        Returns:
        A non-null value, which can be converted to String representation via Object.toString().
      • intValue

        public int intValue()
        Specified by:
        intValue in class java.lang.Number
      • floatValue

        public float floatValue()
        Specified by:
        floatValue in class java.lang.Number
      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class java.lang.Number