- java.lang.Object
-
- javax.xml.datatype.DatatypeConstants
-
public final class DatatypeConstants extends Object
Utility class to contain basic Datatype values as constants.
- Since:
- 1.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
DatatypeConstants.Field
Type-safe enum class that represents six fields of theDuration
class.
-
Field Summary
Fields Modifier and Type Field and Description static int
APRIL
Value for fourth month of year.static int
AUGUST
Value for eighth month of year.static QName
DATE
Fully qualified name for W3C XML Schema 1.0 datatypedate
.static QName
DATETIME
Fully qualified name for W3C XML Schema 1.0 datatypedateTime
.static DatatypeConstants.Field
DAYS
A constant that represents the days field.static int
DECEMBER
Value for twelve month of year.static QName
DURATION
Fully qualified name for W3C XML Schema datatypeduration
.static QName
DURATION_DAYTIME
Fully qualified name for XQuery 1.0 and XPath 2.0 datatypedayTimeDuration
.static QName
DURATION_YEARMONTH
Fully qualified name for XQuery 1.0 and XPath 2.0 datatypeyearMonthDuration
.static int
EQUAL
Comparison result.static int
FEBRUARY
Value for second month of year.static int
FIELD_UNDEFINED
Designation that an "int" field is not set.static QName
GDAY
Fully qualified name for W3C XML Schema 1.0 datatypegDay
.static QName
GMONTH
Fully qualified name for W3C XML Schema 1.0 datatypegMonth
.static QName
GMONTHDAY
Fully qualified name for W3C XML Schema 1.0 datatypegMonthDay
.static int
GREATER
Comparison result.static QName
GYEAR
Fully qualified name for W3C XML Schema 1.0 datatypegYear
.static QName
GYEARMONTH
Fully qualified name for W3C XML Schema 1.0 datatypegYearMonth
.static DatatypeConstants.Field
HOURS
A constant that represents the hours field.static int
INDETERMINATE
Comparison result.static int
JANUARY
Value for first month of year.static int
JULY
Value for seventh month of year.static int
JUNE
Value for sixth month of year.static int
LESSER
Comparison result.static int
MARCH
Value for third month of year.static int
MAX_TIMEZONE_OFFSET
W3C XML Schema max timezone offset is -14:00.static int
MAY
Value for fifth month of year.static int
MIN_TIMEZONE_OFFSET
W3C XML Schema min timezone offset is +14:00.static DatatypeConstants.Field
MINUTES
A constant that represents the minutes field.static DatatypeConstants.Field
MONTHS
A constant that represents the months field.static int
NOVEMBER
Value for eleven month of year.static int
OCTOBER
Value for tenth month of year.static DatatypeConstants.Field
SECONDS
A constant that represents the seconds field.static int
SEPTEMBER
Value for ninth month of year.static QName
TIME
Fully qualified name for W3C XML Schema 1.0 datatypetime
.static DatatypeConstants.Field
YEARS
A constant that represents the years field.
-
-
-
Field Detail
-
JANUARY
public static final int JANUARY
Value for first month of year.- See Also:
- Constant Field Values
-
FEBRUARY
public static final int FEBRUARY
Value for second month of year.- See Also:
- Constant Field Values
-
MARCH
public static final int MARCH
Value for third month of year.- See Also:
- Constant Field Values
-
APRIL
public static final int APRIL
Value for fourth month of year.- See Also:
- Constant Field Values
-
MAY
public static final int MAY
Value for fifth month of year.- See Also:
- Constant Field Values
-
JUNE
public static final int JUNE
Value for sixth month of year.- See Also:
- Constant Field Values
-
JULY
public static final int JULY
Value for seventh month of year.- See Also:
- Constant Field Values
-
AUGUST
public static final int AUGUST
Value for eighth month of year.- See Also:
- Constant Field Values
-
SEPTEMBER
public static final int SEPTEMBER
Value for ninth month of year.- See Also:
- Constant Field Values
-
OCTOBER
public static final int OCTOBER
Value for tenth month of year.- See Also:
- Constant Field Values
-
NOVEMBER
public static final int NOVEMBER
Value for eleven month of year.- See Also:
- Constant Field Values
-
DECEMBER
public static final int DECEMBER
Value for twelve month of year.- See Also:
- Constant Field Values
-
LESSER
public static final int LESSER
Comparison result.
- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL
Comparison result.
- See Also:
- Constant Field Values
-
GREATER
public static final int GREATER
Comparison result.
- See Also:
- Constant Field Values
-
INDETERMINATE
public static final int INDETERMINATE
Comparison result.
- See Also:
- Constant Field Values
-
FIELD_UNDEFINED
public static final int FIELD_UNDEFINED
Designation that an "int" field is not set.- See Also:
- Constant Field Values
-
YEARS
public static final DatatypeConstants.Field YEARS
A constant that represents the years field.
-
MONTHS
public static final DatatypeConstants.Field MONTHS
A constant that represents the months field.
-
DAYS
public static final DatatypeConstants.Field DAYS
A constant that represents the days field.
-
HOURS
public static final DatatypeConstants.Field HOURS
A constant that represents the hours field.
-
MINUTES
public static final DatatypeConstants.Field MINUTES
A constant that represents the minutes field.
-
SECONDS
public static final DatatypeConstants.Field SECONDS
A constant that represents the seconds field.
-
DATETIME
public static final QName DATETIME
Fully qualified name for W3C XML Schema 1.0 datatype
dateTime
.
-
TIME
public static final QName TIME
Fully qualified name for W3C XML Schema 1.0 datatype
time
.
-
DATE
public static final QName DATE
Fully qualified name for W3C XML Schema 1.0 datatype
date
.
-
GYEARMONTH
public static final QName GYEARMONTH
Fully qualified name for W3C XML Schema 1.0 datatype
gYearMonth
.
-
GMONTHDAY
public static final QName GMONTHDAY
Fully qualified name for W3C XML Schema 1.0 datatype
gMonthDay
.
-
GYEAR
public static final QName GYEAR
Fully qualified name for W3C XML Schema 1.0 datatype
gYear
.
-
GMONTH
public static final QName GMONTH
Fully qualified name for W3C XML Schema 1.0 datatype
gMonth
.
-
GDAY
public static final QName GDAY
Fully qualified name for W3C XML Schema 1.0 datatype
gDay
.
-
DURATION
public static final QName DURATION
Fully qualified name for W3C XML Schema datatype
duration
.
-
DURATION_DAYTIME
public static final QName DURATION_DAYTIME
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
dayTimeDuration
.
-
DURATION_YEARMONTH
public static final QName DURATION_YEARMONTH
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
yearMonthDuration
.
-
MAX_TIMEZONE_OFFSET
public static final int MAX_TIMEZONE_OFFSET
W3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.- See Also:
- Constant Field Values
-
MIN_TIMEZONE_OFFSET
public static final int MIN_TIMEZONE_OFFSET
W3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.- See Also:
- Constant Field Values
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/xml/datatype/datatypeconstants.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.