Java javax.xml.datatype DatatypeConstants fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.datatype DatatypeConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.datatype DatatypeConstants.

The text is from its open source code.

Field

intJANUARY
Value for first month of year.
intFEBRUARY
Value for second month of year.
intJULY
Value for seventh month of year.
intAUGUST
Value for eighth month of year.
intSEPTEMBER
Value for ninth month of year.
intLESSER

Comparison result.

intEQUAL

Comparison result.

intGREATER

Comparison result.

intINDETERMINATE

Comparison result.

intFIELD_UNDEFINED
Designation that an "int" field is not set.
FieldYEARS

A constant that represents the years field.

FieldMONTHS

A constant that represents the months field.

FieldDAYS

A constant that represents the days field.

FieldHOURS

A constant that represents the hours field.

FieldMINUTES

A constant that represents the minutes field.

FieldSECONDS

A constant that represents the seconds field.

QNameDATETIME

Fully qualified name for W3C XML Schema 1.0 datatype dateTime.

QNameTIME

Fully qualified name for W3C XML Schema 1.0 datatype time.

QNameDATE

Fully qualified name for W3C XML Schema 1.0 datatype date.

QNameGYEARMONTH

Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth.

QNameGMONTHDAY

Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay.

QNameGYEAR

Fully qualified name for W3C XML Schema 1.0 datatype gYear.

QNameGMONTH

Fully qualified name for W3C XML Schema 1.0 datatype gMonth.

QNameGDAY

Fully qualified name for W3C XML Schema 1.0 datatype gDay.