public
final
class
DatatypeConstants
extends Object
| java.lang.Object | |
| ↳ | javax.xml.datatype.DatatypeConstants |
Utility class to contain basic Datatype values as constants.
Nested classes | |
|---|---|
class |
DatatypeConstants.Field
Type-safe enum class that represents six fields
of the |
Constants | |
|---|---|
int |
APRIL
Value for fourth month of year. |
int |
AUGUST
Value for eighth month of year. |
int |
DECEMBER
Value for twelve month of year. |
int |
EQUAL
Comparison result. |
int |
FEBRUARY
Value for second month of year. |
int |
FIELD_UNDEFINED
Designation that an "int" field is not set. |
int |
GREATER
Comparison result. |
int |
INDETERMINATE
Comparison result. |
int |
JANUARY
Value for first month of year. |
int |
JULY
Value for seventh month of year. |
int |
JUNE
Value for sixth month of year. |
int |
LESSER
Comparison result. |
int |
MARCH
Value for third month of year. |
int |
MAX_TIMEZONE_OFFSET
W3C XML Schema max timezone offset is -14:00. |
int |
MAY
Value for fifth month of year. |
int |
MIN_TIMEZONE_OFFSET
W3C XML Schema min timezone offset is +14:00. |
int |
NOVEMBER
Value for eleven month of year. |
int |
OCTOBER
Value for tenth month of year. |
int |
SEPTEMBER
Value for ninth month of year. |
Fields | |
|---|---|
public
static
final
QName |
DATE
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
QName |
DATETIME
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
DatatypeConstants.Field |
DAYS
A constant that represents the days field. |
public
static
final
QName |
DURATION
Fully qualified name for W3C XML Schema datatype |
public
static
final
QName |
DURATION_DAYTIME
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype |
public
static
final
QName |
DURATION_YEARMONTH
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype |
public
static
final
QName |
GDAY
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
QName |
GMONTH
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
QName |
GMONTHDAY
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
QName |
GYEAR
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
QName |
GYEARMONTH
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
DatatypeConstants.Field |
HOURS
A constant that represents the hours field. |
public
static
final
DatatypeConstants.Field |
MINUTES
A constant that represents the minutes field. |
public
static
final
DatatypeConstants.Field |
MONTHS
A constant that represents the months field. |
public
static
final
DatatypeConstants.Field |
SECONDS
A constant that represents the seconds field. |
public
static
final
QName |
TIME
Fully qualified name for W3C XML Schema 1.0 datatype |
public
static
final
DatatypeConstants.Field |
YEARS
A constant that represents the years field. |
Inherited methods | |
|---|---|
java.lang.Object
| |
int AUGUST
Value for eighth month of year.
Constant Value: 8 (0x00000008)
int DECEMBER
Value for twelve month of year.
Constant Value: 12 (0x0000000c)
int FEBRUARY
Value for second month of year.
Constant Value: 2 (0x00000002)
int FIELD_UNDEFINED
Designation that an "int" field is not set.
Constant Value: -2147483648 (0x80000000)
int INDETERMINATE
Comparison result.
Constant Value: 2 (0x00000002)
int JANUARY
Value for first month of year.
Constant Value: 1 (0x00000001)
int MAX_TIMEZONE_OFFSET
W3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.
Constant Value: -840 (0xfffffcb8)
int MIN_TIMEZONE_OFFSET
W3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.
Constant Value: 840 (0x00000348)
int NOVEMBER
Value for eleven month of year.
Constant Value: 11 (0x0000000b)
int OCTOBER
Value for tenth month of year.
Constant Value: 10 (0x0000000a)
int SEPTEMBER
Value for ninth month of year.
Constant Value: 9 (0x00000009)
QName DATETIME
Fully qualified name for W3C XML Schema 1.0 datatype dateTime.
QName DURATION
Fully qualified name for W3C XML Schema datatype duration.
QName DURATION_DAYTIME
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration.
QName DURATION_YEARMONTH
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration.
QName GMONTH
Fully qualified name for W3C XML Schema 1.0 datatype gMonth.
QName GMONTHDAY
Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.
QName GYEARMONTH
Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.
DatatypeConstants.Field HOURS
A constant that represents the hours field.
DatatypeConstants.Field MINUTES
A constant that represents the minutes field.
DatatypeConstants.Field MONTHS
A constant that represents the months field.
DatatypeConstants.Field SECONDS
A constant that represents the seconds field.
DatatypeConstants.Field YEARS
A constant that represents the years field.