public enum ValueType extends Enum<ValueType>
Enum Constant and Description |
---|
B14 |
B15 |
B16 |
BNODE |
DATETIME |
DATETIME_ZONED |
LANG |
LANG_LONG |
NUMERIC |
SIMPLE |
SIMPLE_LONG |
TYPED |
TYPED_LONG |
URI |
URI_LONG |
XML |
Modifier and Type | Method and Description |
---|---|
int |
index() |
boolean |
isBNode() |
boolean |
isCalendarLiteral() |
boolean |
isLanguageLiteral() |
boolean |
isLiteral() |
boolean |
isLong() |
boolean |
isNumericLiteral() |
boolean |
isSimpleLiteral() |
boolean |
isTypedLiteral() |
boolean |
isURI() |
static ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueType URI
public static final ValueType URI_LONG
public static final ValueType BNODE
public static final ValueType SIMPLE
public static final ValueType SIMPLE_LONG
public static final ValueType TYPED
public static final ValueType TYPED_LONG
public static final ValueType NUMERIC
public static final ValueType DATETIME
public static final ValueType DATETIME_ZONED
public static final ValueType LANG
public static final ValueType LANG_LONG
public static final ValueType XML
public static final ValueType B14
public static final ValueType B15
public static final ValueType B16
public static ValueType[] values()
for (ValueType c : ValueType.values()) System.out.println(c);
public static ValueType 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 int index()
public boolean isBNode()
public boolean isURI()
public boolean isLiteral()
public boolean isSimpleLiteral()
public boolean isLanguageLiteral()
public boolean isTypedLiteral()
public boolean isNumericLiteral()
public boolean isCalendarLiteral()
public boolean isLong()
Copyright © 2001–2016 Aduna. All rights reserved.