public static enum FORangeType.Relation extends java.lang.Enum<FORangeType.Relation>
Modifier and Type | Method and Description |
---|---|
static FORangeType.Relation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FORangeType.Relation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FORangeType.Relation BNODE
public static final FORangeType.Relation IRI
public static final FORangeType.Relation LITERAL
public static final FORangeType.Relation RESOURCE
public static FORangeType.Relation[] values()
for (FORangeType.Relation c : FORangeType.Relation.values()) System.out.println(c);
public static FORangeType.Relation 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