|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.datatype.DatatypeConstants
public final class DatatypeConstants
Basic data type constants.
Nested Class Summary | |
---|---|
static class |
DatatypeConstants.Field
Typesafe enumerated class representing the six fields of the Duration class. |
Field Summary | |
---|---|
static int |
APRIL
Value for April. |
static int |
AUGUST
Value for August. |
static QName |
DATE
The qualified-name for the date data type. |
static QName |
DATETIME
The qualified-name for the dateTime data type. |
static DatatypeConstants.Field |
DAYS
Constant that represents the days field. |
static int |
DECEMBER
Value for December. |
static QName |
DURATION
The qualified-name for the duration data type. |
static QName |
DURATION_DAYTIME
The qualified-name for the dayTimeDuration data type. |
static QName |
DURATION_YEARMONTH
The qualified-name for the yearMonthDuration data type. |
static int |
EQUAL
Comparison result. |
static int |
FEBRUARY
Value for February. |
static int |
FIELD_UNDEFINED
Comparison result. |
static QName |
GDAY
The qualified-name for the gDay data type. |
static QName |
GMONTH
The qualified-name for the gMonth data type. |
static QName |
GMONTHDAY
The qualified-name for the gMonthDay data type. |
static int |
GREATER
Comparison result. |
static QName |
GYEAR
The qualified-name for the gYear data type. |
static QName |
GYEARMONTH
The qualified-name for the gYearMonth data type. |
static DatatypeConstants.Field |
HOURS
Constant that represents the hours field. |
static int |
INDETERMINATE
Comparison result. |
static int |
JANUARY
Value for January. |
static int |
JULY
Value for July. |
static int |
JUNE
Value for June. |
static int |
LESSER
Comparison result. |
static int |
MARCH
Value for March. |
static int |
MAX_TIMEZONE_OFFSET
XML Schema maximum timezone offset, in minutes. |
static int |
MAY
Value for May. |
static int |
MIN_TIMEZONE_OFFSET
XML Schema minimum timezone offset, in minutes. |
static DatatypeConstants.Field |
MINUTES
Constant that represents the minutes field. |
static DatatypeConstants.Field |
MONTHS
Constant that represents the months field. |
static int |
NOVEMBER
Value for November. |
static int |
OCTOBER
Value for October. |
static DatatypeConstants.Field |
SECONDS
Constant that represents the seconds field. |
static int |
SEPTEMBER
Value for September. |
static QName |
TIME
The qualified-name for the time data type. |
static DatatypeConstants.Field |
YEARS
Constant that represents the years field. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int JANUARY
public static final int FEBRUARY
public static final int MARCH
public static final int APRIL
public static final int MAY
public static final int JUNE
public static final int JULY
public static final int AUGUST
public static final int SEPTEMBER
public static final int OCTOBER
public static final int NOVEMBER
public static final int DECEMBER
public static final int LESSER
public static final int EQUAL
public static final int GREATER
public static final int INDETERMINATE
public static final int FIELD_UNDEFINED
public static final DatatypeConstants.Field YEARS
public static final DatatypeConstants.Field MONTHS
public static final DatatypeConstants.Field DAYS
public static final DatatypeConstants.Field HOURS
public static final DatatypeConstants.Field MINUTES
public static final DatatypeConstants.Field SECONDS
public static final QName DATETIME
dateTime
data type.
public static final QName TIME
time
data type.
public static final QName DATE
date
data type.
public static final QName GYEARMONTH
gYearMonth
data type.
public static final QName GMONTHDAY
gMonthDay
data type.
public static final QName GYEAR
gYear
data type.
public static final QName GMONTH
gMonth
data type.
public static final QName GDAY
gDay
data type.
public static final QName DURATION
duration
data type.
public static final QName DURATION_DAYTIME
dayTimeDuration
data type.
public static final QName DURATION_YEARMONTH
yearMonthDuration
data type.
public static final int MAX_TIMEZONE_OFFSET
public static final int MIN_TIMEZONE_OFFSET
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |