org.plasma.xml.schema
Enum XSDBuiltInType
java.lang.Object
java.lang.Enum<XSDBuiltInType>
org.plasma.xml.schema.XSDBuiltInType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<XSDBuiltInType>
public enum XSDBuiltInType
- extends java.lang.Enum<XSDBuiltInType>
|
Method Summary |
static XSDBuiltInType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XSDBuiltInType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
xsd_anySimpleType
public static final XSDBuiltInType xsd_anySimpleType
xsd_anyType
public static final XSDBuiltInType xsd_anyType
xsd_anyURI
public static final XSDBuiltInType xsd_anyURI
xsd_base64Binary
public static final XSDBuiltInType xsd_base64Binary
xsd_boolean
public static final XSDBuiltInType xsd_boolean
xsd_byte
public static final XSDBuiltInType xsd_byte
xsd_date
public static final XSDBuiltInType xsd_date
xsd_dateTime
public static final XSDBuiltInType xsd_dateTime
xsd_decimal
public static final XSDBuiltInType xsd_decimal
xsd_double
public static final XSDBuiltInType xsd_double
xsd_duration
public static final XSDBuiltInType xsd_duration
xsd_ENTITIES
public static final XSDBuiltInType xsd_ENTITIES
xsd_ENTITY
public static final XSDBuiltInType xsd_ENTITY
xsd_float
public static final XSDBuiltInType xsd_float
xsd_gDay
public static final XSDBuiltInType xsd_gDay
xsd_gMonth
public static final XSDBuiltInType xsd_gMonth
xsd_gMonthDay
public static final XSDBuiltInType xsd_gMonthDay
xsd_gYear
public static final XSDBuiltInType xsd_gYear
xsd_gYearMonth
public static final XSDBuiltInType xsd_gYearMonth
xsd_hexBinary
public static final XSDBuiltInType xsd_hexBinary
xsd_ID
public static final XSDBuiltInType xsd_ID
xsd_IDREF
public static final XSDBuiltInType xsd_IDREF
xsd_IDREFS
public static final XSDBuiltInType xsd_IDREFS
xsd_int
public static final XSDBuiltInType xsd_int
xsd_integer
public static final XSDBuiltInType xsd_integer
xsd_language
public static final XSDBuiltInType xsd_language
xsd_long
public static final XSDBuiltInType xsd_long
xsd_Name
public static final XSDBuiltInType xsd_Name
xsd_NCName
public static final XSDBuiltInType xsd_NCName
xsd_negativeInteger
public static final XSDBuiltInType xsd_negativeInteger
xsd_NMTOKEN
public static final XSDBuiltInType xsd_NMTOKEN
xsd_NMTOKENS
public static final XSDBuiltInType xsd_NMTOKENS
xsd_nonNegativeInteger
public static final XSDBuiltInType xsd_nonNegativeInteger
xsd_nonPositiveInteger
public static final XSDBuiltInType xsd_nonPositiveInteger
xsd_normalizedString
public static final XSDBuiltInType xsd_normalizedString
xsd_NOTATION
public static final XSDBuiltInType xsd_NOTATION
xsd_positiveInteger
public static final XSDBuiltInType xsd_positiveInteger
xsd_QName
public static final XSDBuiltInType xsd_QName
xsd_short
public static final XSDBuiltInType xsd_short
xsd_string
public static final XSDBuiltInType xsd_string
xsd_time
public static final XSDBuiltInType xsd_time
xsd_token
public static final XSDBuiltInType xsd_token
xsd_unsignedByte
public static final XSDBuiltInType xsd_unsignedByte
xsd_unsignedInt
public static final XSDBuiltInType xsd_unsignedInt
xsd_unsignedLong
public static final XSDBuiltInType xsd_unsignedLong
xsd_unsignedShort
public static final XSDBuiltInType xsd_unsignedShort
values
public static XSDBuiltInType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XSDBuiltInType c : XSDBuiltInType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XSDBuiltInType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2013. All Rights Reserved.