to top
Android APIs
public final class

DatatypeConstants

extends Object
java.lang.Object
   ↳ javax.xml.datatype.DatatypeConstants

Class Overview

Utility class to contain basic Datatype values as constants.

Summary

Nested Classes
class DatatypeConstants.Field Type-safe enum class that represents six fields of the Duration class. 
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 date.

public static final QName DATETIME

Fully qualified name for W3C XML Schema 1.0 datatype dateTime.

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 duration.

public static final QName DURATION_DAYTIME

Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration.

public static final QName DURATION_YEARMONTH

Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration.

public static final QName GDAY

Fully qualified name for W3C XML Schema 1.0 datatype gDay.

public static final QName GMONTH

Fully qualified name for W3C XML Schema 1.0 datatype gMonth.

public static final QName GMONTHDAY

Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.

public static final QName GYEAR

Fully qualified name for W3C XML Schema 1.0 datatype gYear.

public static final QName GYEARMONTH

Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.

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 time.

public static final DatatypeConstants.Field YEARS

A constant that represents the years field.

[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int APRIL

Added in API level 8

Value for fourth month of year.

Constant Value: 4 (0x00000004)

public static final int AUGUST

Added in API level 8

Value for eighth month of year.

Constant Value: 8 (0x00000008)

public static final int DECEMBER

Added in API level 8

Value for twelve month of year.

Constant Value: 12 (0x0000000c)

public static final int EQUAL

Added in API level 8

Comparison result.

Constant Value: 0 (0x00000000)

public static final int FEBRUARY

Added in API level 8

Value for second month of year.

Constant Value: 2 (0x00000002)

public static final int FIELD_UNDEFINED

Added in API level 8

Designation that an "int" field is not set.

Constant Value: -2147483648 (0x80000000)

public static final int GREATER

Added in API level 8

Comparison result.

Constant Value: 1 (0x00000001)

public static final int INDETERMINATE

Added in API level 8

Comparison result.

Constant Value: 2 (0x00000002)

public static final int JANUARY

Added in API level 8

Value for first month of year.

Constant Value: 1 (0x00000001)

public static final int JULY

Added in API level 8

Value for seventh month of year.

Constant Value: 7 (0x00000007)

public static final int JUNE

Added in API level 8

Value for sixth month of year.

Constant Value: 6 (0x00000006)

public static final int LESSER

Added in API level 8

Comparison result.

Constant Value: -1 (0xffffffff)

public static final int MARCH

Added in API level 8

Value for third month of year.

Constant Value: 3 (0x00000003)

public static final int MAX_TIMEZONE_OFFSET

Added in API level 8

W3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.

Constant Value: -840 (0xfffffcb8)

public static final int MAY

Added in API level 8

Value for fifth month of year.

Constant Value: 5 (0x00000005)

public static final int MIN_TIMEZONE_OFFSET

Added in API level 8

W3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.

Constant Value: 840 (0x00000348)

public static final int NOVEMBER

Added in API level 8

Value for eleven month of year.

Constant Value: 11 (0x0000000b)

public static final int OCTOBER

Added in API level 8

Value for tenth month of year.

Constant Value: 10 (0x0000000a)

public static final int SEPTEMBER

Added in API level 8

Value for ninth month of year.

Constant Value: 9 (0x00000009)

Fields

public static final QName DATE

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype date.

public static final QName DATETIME

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype dateTime.

public static final DatatypeConstants.Field DAYS

Added in API level 8

A constant that represents the days field.

public static final QName DURATION

Added in API level 8

Fully qualified name for W3C XML Schema datatype duration.

public static final QName DURATION_DAYTIME

Added in API level 8

Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration.

public static final QName DURATION_YEARMONTH

Added in API level 8

Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration.

public static final QName GDAY

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype gDay.

public static final QName GMONTH

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype gMonth.

public static final QName GMONTHDAY

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.

public static final QName GYEAR

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype gYear.

public static final QName GYEARMONTH

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.

public static final DatatypeConstants.Field HOURS

Added in API level 8

A constant that represents the hours field.

public static final DatatypeConstants.Field MINUTES

Added in API level 8

A constant that represents the minutes field.

public static final DatatypeConstants.Field MONTHS

Added in API level 8

A constant that represents the months field.

public static final DatatypeConstants.Field SECONDS

Added in API level 8

A constant that represents the seconds field.

public static final QName TIME

Added in API level 8

Fully qualified name for W3C XML Schema 1.0 datatype time.

public static final DatatypeConstants.Field YEARS

Added in API level 8

A constant that represents the years field.