| Package | Description |
|---|---|
| javax.xml.datatype |
XML/Java Type Mappings.
|
| Modifier and Type | Field and Description |
|---|---|
static DatatypeConstants |
DatatypeConstants.DAYS
A constant that represents the days field.
|
static DatatypeConstants |
DatatypeConstants.HOURS
A constant that represents the hours field.
|
static DatatypeConstants |
DatatypeConstants.MINUTES
A constant that represents the minutes field.
|
static DatatypeConstants |
DatatypeConstants.MONTHS
A constant that represents the months field.
|
static DatatypeConstants |
DatatypeConstants.SECONDS
A constant that represents the seconds field.
|
static DatatypeConstants |
DatatypeConstants.YEARS
A constant that represents the years field.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Number |
Duration.getField(DatatypeConstants
Gets the value of a field.
|
abstract boolean |
Duration.isSet(DatatypeConstants
Checks if a field is set.
|