javax.xml.datatype
public final class DatatypeConstants extends Object
Utility class to contain basic Datatype values as constants.
Since: 1.5
Version: $Revision: 226183 $, $Date: 2005-04-08 06:39:14 -0400 (Fri, 08 Apr 2005) $
Nested Class Summary | |
---|---|
static class | DatatypeConstants.Field
Type-safe enum class that represents six fields
of the {@link Duration} class. |
Field Summary | |
---|---|
static int | APRIL
Value for fourth month of year. |
static int | AUGUST
Value for eighth month of year. |
static QName | DATE Fully qualified name for W3C XML Schema 1.0 datatype |
static QName | DATETIME Fully qualified name for W3C XML Schema 1.0 datatype |
static DatatypeConstants.Field | DAYS A constant that represents the days field. |
static int | DECEMBER
Value for twelve month of year. |
static QName | DURATION Fully qualified name for W3C XML Schema datatype |
static QName | DURATION_DAYTIME Fully qualified name for XQuery 1.0 and XPath 2.0 datatype |
static QName | DURATION_YEARMONTH Fully qualified name for XQuery 1.0 and XPath 2.0 datatype |
static int | EQUAL Comparison result. |
static int | FEBRUARY
Value for second month of year. |
static int | FIELD_UNDEFINED
Designation that an "int" field is not set. |
static QName | GDAY Fully qualified name for W3C XML Schema 1.0 datatype |
static QName | GMONTH Fully qualified name for W3C XML Schema 1.0 datatype |
static QName | GMONTHDAY Fully qualified name for W3C XML Schema 1.0 datatype |
static int | GREATER Comparison result. |
static QName | GYEAR Fully qualified name for W3C XML Schema 1.0 datatype |
static QName | GYEARMONTH Fully qualified name for W3C XML Schema 1.0 datatype |
static DatatypeConstants.Field | HOURS A constant that represents the hours field. |
static int | INDETERMINATE Comparison result. |
static int | JANUARY
Value for first month of year. |
static int | JULY
Value for seventh month of year. |
static int | JUNE
Value for sixth month of year. |
static int | LESSER Comparison result. |
static int | MARCH
Value for third month of year. |
static int | MAX_TIMEZONE_OFFSET
W3C XML Schema max timezone offset is -14:00. |
static int | MAY
Value for fifth month of year. |
static DatatypeConstants.Field | MINUTES A constant that represents the minutes field. |
static int | MIN_TIMEZONE_OFFSET
W3C XML Schema min timezone offset is +14:00. |
static DatatypeConstants.Field | MONTHS A constant that represents the months field. |
static int | NOVEMBER
Value for eleven month of year. |
static int | OCTOBER
Value for tenth month of year. |
static DatatypeConstants.Field | SECONDS A constant that represents the seconds field. |
static int | SEPTEMBER
Value for ninth month of year. |
static QName | TIME Fully qualified name for W3C XML Schema 1.0 datatype |
static DatatypeConstants.Field | YEARS A constant that represents the years field. |
Fully qualified name for W3C XML Schema 1.0 datatype date
.
Fully qualified name for W3C XML Schema 1.0 datatype dateTime
.
A constant that represents the days field.
Fully qualified name for W3C XML Schema datatype duration
.
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration
.
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration
.
Comparison result.
Fully qualified name for W3C XML Schema 1.0 datatype gDay
.
Fully qualified name for W3C XML Schema 1.0 datatype gMonth
.
Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay
.
Comparison result.
Fully qualified name for W3C XML Schema 1.0 datatype gYear
.
Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth
.
A constant that represents the hours field.
Comparison result.
Comparison result.
A constant that represents the minutes field.
A constant that represents the months field.
A constant that represents the seconds field.
Fully qualified name for W3C XML Schema 1.0 datatype time
.
A constant that represents the years field.