Package | Description |
---|---|
javax.xml.datatype |
Modifier and Type | Field and Description |
---|---|
static DatatypeConstants.Field |
DatatypeConstants.DAYS
A constant that represents the days field.
|
static DatatypeConstants.Field |
DatatypeConstants.HOURS
A constant that represents the hours field.
|
static DatatypeConstants.Field |
DatatypeConstants.MINUTES
A constant that represents the minutes field.
|
static DatatypeConstants.Field |
DatatypeConstants.MONTHS
A constant that represents the months field.
|
static DatatypeConstants.Field |
DatatypeConstants.SECONDS
A constant that represents the seconds field.
|
static DatatypeConstants.Field |
DatatypeConstants.YEARS
A constant that represents the years field.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Number |
Duration.getField(DatatypeConstants.Field field)
Gets the value of a field.
|
abstract boolean |
Duration.isSet(DatatypeConstants.Field field)
Checks if a field is set.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.