Package org.jpmml.model.temporals
Class Instant<I extends Instant<I>>
- java.lang.Object
-
- org.jpmml.model.temporals.Instant<I>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<I>,ComplexValue
public abstract class Instant<I extends Instant<I>> extends java.lang.Object implements ComplexValue, java.lang.Comparable<I>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Stringformat(java.lang.String pattern)abstract DataTypegetDataType()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dmg.pmml.ComplexValue
toSimpleValue
-
-
-
-
Method Detail
-
getDataType
public abstract DataType getDataType()
-
format
public abstract java.lang.String format(java.lang.String pattern) throws java.util.IllegalFormatException- Throws:
java.util.IllegalFormatException- See Also:
String.format(String, Object...)
-
-