|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.formula.typing.DefaultType
org.jfree.formula.typing.coretypes.DateTimeType
public class DateTimeType
This class regroups all related Types to date and time values.
Field Summary | |
---|---|
static DateTimeType |
DATE_TYPE
This Type represents an instant in time described by a date only. |
static DateTimeType |
DATETIME_TYPE
This Type represents an instant in time described by a date and a time of day. |
static DateTimeType |
TIME_TYPE
This Type represents an instant in time described by a time of day only. |
Fields inherited from interface org.jfree.formula.typing.Type |
---|
ANY_TYPE, ARRAY_TYPE, ERROR_TYPE, LOGICAL_TYPE, NUMERIC_SEQUENCE_TYPE, NUMERIC_TYPE, NUMERIC_UNIT, SCALAR_TYPE, SEQUENCE_TYPE, TEXT_TYPE |
Constructor Summary | |
---|---|
protected |
DateTimeType()
|
Method Summary |
---|
Methods inherited from class org.jfree.formula.typing.DefaultType |
---|
addFlag, getProperty, isFlagSet, isLocked, lock, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DateTimeType DATETIME_TYPE
public static final DateTimeType DATE_TYPE
public static final DateTimeType TIME_TYPE
Constructor Detail |
---|
protected DateTimeType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |