public static enum RWXSTypeMapper.TypeXSD extends java.lang.Enum<RWXSTypeMapper.TypeXSD>
Modifier and Type | Method and Description |
---|---|
static RWXSTypeMapper.TypeXSD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RWXSTypeMapper.TypeXSD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RWXSTypeMapper.TypeXSD _anyType
public static final RWXSTypeMapper.TypeXSD _anySimpleType
public static final RWXSTypeMapper.TypeXSD _string
public static final RWXSTypeMapper.TypeXSD _normalizedString
public static final RWXSTypeMapper.TypeXSD _token
public static final RWXSTypeMapper.TypeXSD _language
public static final RWXSTypeMapper.TypeXSD _NMTOKEN
public static final RWXSTypeMapper.TypeXSD _NMTOKENS
public static final RWXSTypeMapper.TypeXSD _Name
public static final RWXSTypeMapper.TypeXSD _NCName
public static final RWXSTypeMapper.TypeXSD _ID
public static final RWXSTypeMapper.TypeXSD _IDREF
public static final RWXSTypeMapper.TypeXSD _IDREFS
public static final RWXSTypeMapper.TypeXSD _ENTITY
public static final RWXSTypeMapper.TypeXSD _ENTITIES
public static final RWXSTypeMapper.TypeXSD _duration
public static final RWXSTypeMapper.TypeXSD _dateTime
public static final RWXSTypeMapper.TypeXSD _date
public static final RWXSTypeMapper.TypeXSD _time
public static final RWXSTypeMapper.TypeXSD _gYear
public static final RWXSTypeMapper.TypeXSD _gYearMonth
public static final RWXSTypeMapper.TypeXSD _gMonth
public static final RWXSTypeMapper.TypeXSD _gMonthDay
public static final RWXSTypeMapper.TypeXSD _gDay
public static final RWXSTypeMapper.TypeXSD _boolean
public static final RWXSTypeMapper.TypeXSD _NOTATION
public static final RWXSTypeMapper.TypeXSD _QName
public static final RWXSTypeMapper.TypeXSD _anyURI
public static final RWXSTypeMapper.TypeXSD _base64Binary
public static final RWXSTypeMapper.TypeXSD _hexBinary
public static final RWXSTypeMapper.TypeXSD _float
public static final RWXSTypeMapper.TypeXSD _double
public static final RWXSTypeMapper.TypeXSD _decimal
public static final RWXSTypeMapper.TypeXSD _integer
public static final RWXSTypeMapper.TypeXSD _long
public static final RWXSTypeMapper.TypeXSD _nonNegativeInteger
public static final RWXSTypeMapper.TypeXSD _positiveInteger
public static final RWXSTypeMapper.TypeXSD _unsignedLong
public static final RWXSTypeMapper.TypeXSD _unsignedInt
public static final RWXSTypeMapper.TypeXSD _unsignedShort
public static final RWXSTypeMapper.TypeXSD _unsignedByte
public static final RWXSTypeMapper.TypeXSD _int
public static final RWXSTypeMapper.TypeXSD _short
public static final RWXSTypeMapper.TypeXSD _byte
public static final RWXSTypeMapper.TypeXSD _nonPositiveInteger
public static final RWXSTypeMapper.TypeXSD _negativeInteger
public static RWXSTypeMapper.TypeXSD[] values()
for (RWXSTypeMapper.TypeXSD c : RWXSTypeMapper.TypeXSD.values()) System.out.println(c);
public static RWXSTypeMapper.TypeXSD valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null