Utility class to contain basic Datatype values as constants.
- Since:
- 1.5
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classType-safe enum class that represents six fields of theDurationclass. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intValue for fourth month of year.static intValue for eighth month of year.static QNameFully qualified name for W3C XML Schema 1.0 datatypedate.static QNameFully qualified name for W3C XML Schema 1.0 datatypedateTime.static DatatypeConstants.FieldA constant that represents the days field.static intValue for twelve month of year.static QNameFully qualified name for W3C XML Schema datatypeduration.static QNameFully qualified name for XQuery 1.0 and XPath 2.0 datatypedayTimeDuration.static QNameFully qualified name for XQuery 1.0 and XPath 2.0 datatypeyearMonthDuration.static intComparison result.static intValue for second month of year.static intDesignation that an "int" field is not set.static QNameFully qualified name for W3C XML Schema 1.0 datatypegDay.static QNameFully qualified name for W3C XML Schema 1.0 datatypegMonth.static QNameFully qualified name for W3C XML Schema 1.0 datatypegMonthDay.static intComparison result.static QNameFully qualified name for W3C XML Schema 1.0 datatypegYear.static QNameFully qualified name for W3C XML Schema 1.0 datatypegYearMonth.static DatatypeConstants.FieldA constant that represents the hours field.static intComparison result.static intValue for first month of year.static intValue for seventh month of year.static intValue for sixth month of year.static intComparison result.static intValue for third month of year.static intW3C XML Schema max timezone offset is -14:00.static intValue for fifth month of year.static intW3C XML Schema min timezone offset is +14:00.static DatatypeConstants.FieldA constant that represents the minutes field.static DatatypeConstants.FieldA constant that represents the months field.static intValue for eleven month of year.static intValue for tenth month of year.static DatatypeConstants.FieldA constant that represents the seconds field.static intValue for ninth month of year.static QNameFully qualified name for W3C XML Schema 1.0 datatypetime.static DatatypeConstants.FieldA constant that represents the years field. -
Method Summary
-
Field Details
-
JANUARY
public static final int JANUARYValue for first month of year.- See Also:
- Constant Field Values
-
FEBRUARY
public static final int FEBRUARYValue for second month of year.- See Also:
- Constant Field Values
-
MARCH
public static final int MARCHValue for third month of year.- See Also:
- Constant Field Values
-
APRIL
public static final int APRILValue for fourth month of year.- See Also:
- Constant Field Values
-
MAY
public static final int MAYValue for fifth month of year.- See Also:
- Constant Field Values
-
JUNE
public static final int JUNEValue for sixth month of year.- See Also:
- Constant Field Values
-
JULY
public static final int JULYValue for seventh month of year.- See Also:
- Constant Field Values
-
AUGUST
public static final int AUGUSTValue for eighth month of year.- See Also:
- Constant Field Values
-
SEPTEMBER
public static final int SEPTEMBERValue for ninth month of year.- See Also:
- Constant Field Values
-
OCTOBER
public static final int OCTOBERValue for tenth month of year.- See Also:
- Constant Field Values
-
NOVEMBER
public static final int NOVEMBERValue for eleven month of year.- See Also:
- Constant Field Values
-
DECEMBER
public static final int DECEMBERValue for twelve month of year.- See Also:
- Constant Field Values
-
LESSER
public static final int LESSERComparison result.
- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUALComparison result.
- See Also:
- Constant Field Values
-
GREATER
public static final int GREATERComparison result.
- See Also:
- Constant Field Values
-
INDETERMINATE
public static final int INDETERMINATEComparison result.
- See Also:
- Constant Field Values
-
FIELD_UNDEFINED
public static final int FIELD_UNDEFINEDDesignation that an "int" field is not set.- See Also:
- Constant Field Values
-
YEARS
A constant that represents the years field.
-
MONTHS
A constant that represents the months field.
-
DAYS
A constant that represents the days field.
-
HOURS
A constant that represents the hours field.
-
MINUTES
A constant that represents the minutes field.
-
SECONDS
A constant that represents the seconds field.
-
DATETIME
Fully qualified name for W3C XML Schema 1.0 datatype
dateTime. -
TIME
Fully qualified name for W3C XML Schema 1.0 datatype
time. -
DATE
Fully qualified name for W3C XML Schema 1.0 datatype
date. -
GYEARMONTH
Fully qualified name for W3C XML Schema 1.0 datatype
gYearMonth. -
GMONTHDAY
Fully qualified name for W3C XML Schema 1.0 datatype
gMonthDay. -
GYEAR
Fully qualified name for W3C XML Schema 1.0 datatype
gYear. -
GMONTH
Fully qualified name for W3C XML Schema 1.0 datatype
gMonth. -
GDAY
Fully qualified name for W3C XML Schema 1.0 datatype
gDay. -
DURATION
Fully qualified name for W3C XML Schema datatype
duration. -
DURATION_DAYTIME
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
dayTimeDuration. -
DURATION_YEARMONTH
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
yearMonthDuration. -
MAX_TIMEZONE_OFFSET
public static final int MAX_TIMEZONE_OFFSETW3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.- See Also:
- Constant Field Values
-
MIN_TIMEZONE_OFFSET
public static final int MIN_TIMEZONE_OFFSETW3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.- See Also:
- Constant Field Values
-