public enum XSDVocabulary extends Enum<XSDVocabulary> implements HasShortForm, HasIRI, HasPrefixedName
Enum Constant and Description |
---|
ANY_SIMPLE_TYPE
ANY_SIMPLE_TYPE.
|
ANY_TYPE
ANY_TYPE.
|
ANY_URI
ANY_URI.
|
BASE_64_BINARY
BASE_64_BINARY.
|
BOOLEAN
BOOLEAN.
|
BYTE
BYTE.
|
DATE
DATE.
|
DATE_TIME
DATE_TIME.
|
DATE_TIME_STAMP
DATE_TIME_STAMP.
|
DECIMAL
DECIMAL.
|
DOUBLE
DOUBLE.
|
DURATION
DURATION.
|
ENTITIES
ENTITIES.
|
ENTITY
ENTITY.
|
FLOAT
FLOAT.
|
G_DAY
G_DAY.
|
G_MONTH
G_MONTH.
|
G_MONTH_DAY
G_MONTH_DAY.
|
G_YEAR
G_YEAR.
|
G_YEAR_MONTH
G_YEAR_MONTH.
|
HEX_BINARY
HEX_BINARY.
|
ID
ID.
|
IDREF
IDREF.
|
IDREFS
IDREFS.
|
INT
INT.
|
INTEGER
INTEGER.
|
LANGUAGE
LANGUAGE.
|
LONG
LONG.
|
NAME
NAME.
|
NCNAME
NCNAME.
|
NEGATIVE_INTEGER
NEGATIVE_INTEGER.
|
NMTOKEN
NMTOKEN.
|
NMTOKENS
NMTOKENS.
|
NON_NEGATIVE_INTEGER
NON_NEGATIVE_INTEGER.
|
NON_POSITIVE_INTEGER
NON_POSITIVE_INTEGER.
|
NORMALIZED_STRING
NORMALIZED_STRING.
|
NOTATION
NOTATION.
|
POSITIVE_INTEGER
POSITIVE_INTEGER.
|
Q_NAME
Q_NAME.
|
SHORT
SHORT.
|
STRING
STRING.
|
TIME
TIME.
|
TOKEN
TOKEN.
|
UNSIGNED_BYTE
UNSIGNED_BYTE.
|
UNSIGNED_INT
UNSIGNED_INT.
|
UNSIGNED_LONG
UNSIGNED_LONG.
|
UNSIGNED_SHORT
UNSIGNED_SHORT.
|
Modifier and Type | Method and Description |
---|---|
IRI |
getIRI()
Gets the IRI of this object.
|
String |
getPrefixedName()
Gets the prefixed name.
|
String |
getShortForm()
Gets the short form.
|
static XSDVocabulary |
parseShortName(String s)
Easy parse of short names of the kind "xsd:typename".
|
String |
toString() |
static XSDVocabulary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSDVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSDVocabulary ANY_TYPE
public static final XSDVocabulary ANY_SIMPLE_TYPE
public static final XSDVocabulary STRING
public static final XSDVocabulary INTEGER
public static final XSDVocabulary LONG
public static final XSDVocabulary INT
public static final XSDVocabulary SHORT
public static final XSDVocabulary BYTE
public static final XSDVocabulary DECIMAL
public static final XSDVocabulary FLOAT
public static final XSDVocabulary BOOLEAN
public static final XSDVocabulary DOUBLE
public static final XSDVocabulary NON_POSITIVE_INTEGER
public static final XSDVocabulary NEGATIVE_INTEGER
public static final XSDVocabulary NON_NEGATIVE_INTEGER
public static final XSDVocabulary UNSIGNED_LONG
public static final XSDVocabulary UNSIGNED_INT
public static final XSDVocabulary POSITIVE_INTEGER
public static final XSDVocabulary BASE_64_BINARY
public static final XSDVocabulary NORMALIZED_STRING
public static final XSDVocabulary HEX_BINARY
public static final XSDVocabulary ANY_URI
public static final XSDVocabulary Q_NAME
public static final XSDVocabulary NOTATION
public static final XSDVocabulary TOKEN
public static final XSDVocabulary LANGUAGE
public static final XSDVocabulary NAME
public static final XSDVocabulary NCNAME
public static final XSDVocabulary NMTOKEN
public static final XSDVocabulary NMTOKENS
public static final XSDVocabulary ID
public static final XSDVocabulary IDREF
public static final XSDVocabulary IDREFS
public static final XSDVocabulary ENTITY
public static final XSDVocabulary ENTITIES
public static final XSDVocabulary DURATION
public static final XSDVocabulary DATE_TIME
public static final XSDVocabulary DATE_TIME_STAMP
public static final XSDVocabulary TIME
public static final XSDVocabulary DATE
public static final XSDVocabulary G_YEAR_MONTH
public static final XSDVocabulary G_YEAR
public static final XSDVocabulary G_MONTH_DAY
public static final XSDVocabulary G_DAY
public static final XSDVocabulary G_MONTH
public static final XSDVocabulary UNSIGNED_SHORT
public static final XSDVocabulary UNSIGNED_BYTE
public static XSDVocabulary[] values()
for (XSDVocabulary c : XSDVocabulary.values()) System.out.println(c);
public static XSDVocabulary valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static XSDVocabulary parseShortName(String s)
s
- string of the form xsd:typename
STRING
for "xsd:string"
public String getShortForm()
HasShortForm
getShortForm
in interface HasShortForm
public String toString()
toString
in class Enum<XSDVocabulary>
public String getPrefixedName()
HasPrefixedName
getPrefixedName
in interface HasPrefixedName
Copyright © 2020 The University of Manchester. All rights reserved.