Added in API level 8
DatatypeConstants
public
final
class
DatatypeConstants
extends Object
| java.lang.Object | |
| ↳ | javax.xml.datatype.DatatypeConstants |
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 |
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 |
JUL |