public enum IntegerEntityType extends Enum<IntegerEntityType>
Enum Constant and Description |
---|
CLASS |
DATA_PROPERTY |
INDIVIDUAL |
LITERAL |
OBJECT_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static IntegerEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegerEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegerEntityType CLASS
public static final IntegerEntityType DATA_PROPERTY
public static final IntegerEntityType INDIVIDUAL
public static final IntegerEntityType LITERAL
public static final IntegerEntityType OBJECT_PROPERTY
public static IntegerEntityType[] values()
for (IntegerEntityType c : IntegerEntityType.values()) System.out.println(c);
public static IntegerEntityType 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 © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.