javax.xml.datatype
Class DatatypeConstants
Basic data type constants.
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
APRIL
public static final int APRIL
Value for April.
AUGUST
public static final int AUGUST
Value for August.
DATE
public static final QName DATE
The qualified-name for the date
data type.
DATETIME
public static final QName DATETIME
The qualified-name for the dateTime
data type.
DECEMBER
public static final int DECEMBER
Value for December.
DURATION
public static final QName DURATION
The qualified-name for the duration
data type.
DURATION_DAYTIME
public static final QName DURATION_DAYTIME
The qualified-name for the dayTimeDuration
data type.
DURATION_YEARMONTH
public static final QName DURATION_YEARMONTH
The qualified-name for the yearMonthDuration
data type.
EQUAL
public static final int EQUAL
Comparison result.
FEBRUARY
public static final int FEBRUARY
Value for February.
GDAY
public static final QName GDAY
The qualified-name for the gDay
data type.
GMONTH
public static final QName GMONTH
The qualified-name for the gMonth
data type.
GMONTHDAY
public static final QName GMONTHDAY
The qualified-name for the gMonthDay
data type.
GREATER
public static final int GREATER
Comparison result.
GYEAR
public static final QName GYEAR
The qualified-name for the gYear
data type.
GYEARMONTH
public static final QName GYEARMONTH
The qualified-name for the gYearMonth
data type.
INDETERMINATE
public static final int INDETERMINATE
Comparison result.
JANUARY
public static final int JANUARY
Value for January.
JULY
public static final int JULY
Value for July.
JUNE
public static final int JUNE
Value for June.
LESSER
public static final int LESSER
Comparison result.
MARCH
public static final int MARCH
Value for March.
MAX_TIMEZONE_OFFSET
public static final int MAX_TIMEZONE_OFFSET
XML Schema maximum timezone offset, in minutes.
MAY
public static final int MAY
Value for May.
MIN_TIMEZONE_OFFSET
public static final int MIN_TIMEZONE_OFFSET
XML Schema minimum timezone offset, in minutes.
NOVEMBER
public static final int NOVEMBER
Value for November.
OCTOBER
public static final int OCTOBER
Value for October.
SEPTEMBER
public static final int SEPTEMBER
Value for September.
TIME
public static final QName TIME
The qualified-name for the time
data type.
DatatypeConstants.java --
Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version.