public static enum RippleValue.Type extends Enum<RippleValue.Type>
| Enum Constant and Description |
|---|
KEYVALUE_VALUE |
LIST |
NUMERIC_TYPED_LITERAL |
OPERATOR |
OTHER_RESOURCE |
OTHER_TYPED_LITERAL |
PLAIN_LITERAL_WITH_LANGUAGE_TAG |
PLAIN_LITERAL_WITHOUT_LANGUAGE_TAG |
| Modifier and Type | Method and Description |
|---|---|
static RippleValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RippleValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RippleValue.Type KEYVALUE_VALUE
public static final RippleValue.Type LIST
public static final RippleValue.Type NUMERIC_TYPED_LITERAL
public static final RippleValue.Type OPERATOR
public static final RippleValue.Type OTHER_RESOURCE
public static final RippleValue.Type OTHER_TYPED_LITERAL
public static final RippleValue.Type PLAIN_LITERAL_WITHOUT_LANGUAGE_TAG
public static final RippleValue.Type PLAIN_LITERAL_WITH_LANGUAGE_TAG
public static RippleValue.Type[] values()
for (RippleValue.Type c : RippleValue.Type.values()) System.out.println(c);
public static RippleValue.Type 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 nullCopyright © 2007-2012 fortytwo.net. All Rights Reserved.