DatatypeConstants
class DatatypeConstants
kotlin.Any | |
↳ | javax.xml.datatype.DatatypeConstants |
Utility class to contain basic Datatype values as constants.
Summary
Nested classes | |
---|---|
Type-safe enum class that represents six fields of the |
Constants | |
---|---|
static Int |
Value for fourth month of year. |
static Int |
Value for eighth month of year. |
static Int |
Value for twelve month of year. |
static Int |
Comparison result. |
static Int |
Value for second month of year. |
static Int |
Designation that an "int" field is not set. |
static Int |
Comparison result. |
static Int |
Comparison result. |
static Int |
Value for first month of year. |
static Int |
Value for seventh month of year. |
static Int |
Value for sixth month of year. |
static Int |
Comparison result. |
static Int |
Value for third month of year. |
static Int |
W3C XML Schema max timezone offset is -14:00. |
static Int |
Value for fifth month of year. |
static Int |
W3C XML Schema min timezone offset is +14:00. |
static Int |
Value for eleven month of year. |
static Int |
Value for tenth month of year. |
static Int |
Value for ninth month of year. |
Properties | |
---|---|
static QName! |
Fully qualified name for W3C XML Schema 1. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static DatatypeConstants.Field! |
A constant that represents the days field. |
static QName! |
Fully qualified name for W3C XML Schema datatype |
static QName! |
Fully qualified name for XQuery 1. |
static QName! |
Fully qualified name for XQuery 1. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static DatatypeConstants.Field! |
A constant that represents the hours field. |
static DatatypeConstants.Field! |
A constant that represents the minutes field. |
static DatatypeConstants.Field! |
A constant that represents the months field. |
static DatatypeConstants.Field! |
A constant that represents the seconds field. |
static QName! |
Fully qualified name for W3C XML Schema 1. |
static DatatypeConstants.Field! |
A constant that represents the years field. |
Constants
FIELD_UNDEFINED
static val FIELD_UNDEFINED: Int
Designation that an "int" field is not set.
Value: -2147483648
MAX_TIMEZONE_OFFSET
static val MAX_TIMEZONE_OFFSET: Int
W3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.
Value: -840
MIN_TIMEZONE_OFFSET
static val MIN_TIMEZONE_OFFSET: Int
W3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.
Value: 840
Properties
DATE
static val DATE: QName!
Fully qualified name for W3C XML Schema 1.0 datatype date
.
DATETIME
static val DATETIME: QName!
Fully qualified name for W3C XML Schema 1.0 datatype dateTime
.
DAYS
static val DAYS: DatatypeConstants.Field!
A constant that represents the days field.
DURATION
static val DURATION: QName!
Fully qualified name for W3C XML Schema datatype duration
.
DURATION_DAYTIME
static val DURATION_DAYTIME: QName!
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration
.
DURATION_YEARMONTH
static val DURATION_YEARMONTH: QName!
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration
.
GDAY
static val GDAY: QName!
Fully qualified name for W3C XML Schema 1.0 datatype gDay
.
GMONTH
static val GMONTH: QName!
Fully qualified name for W3C XML Schema 1.0 datatype gMonth
.
GMONTHDAY
static val GMONTHDAY: QName!
Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay
.
GYEAR
static val GYEAR: QName!
Fully qualified name for W3C XML Schema 1.0 datatype gYear
.
GYEARMONTH
static val GYEARMONTH: QName!
Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth
.
HOURS
static val HOURS: DatatypeConstants.Field!
A constant that represents the hours field.
MINUTES
static val MINUTES: DatatypeConstants.Field!
A constant that represents the minutes field.
MONTHS
static val MONTHS: DatatypeConstants.Field!
A constant that represents the months field.
SECONDS
static val SECONDS: DatatypeConstants.Field!
A constant that represents the seconds field.
TIME
static val TIME: QName!
Fully qualified name for W3C XML Schema 1.0 datatype time
.
YEARS
static val YEARS: DatatypeConstants.Field!
A constant that represents the years field.