public enum VariableTypeName extends Enum<VariableTypeName>
| Enum Constant and Description |
|---|
ANNOTATIONPROPERTY
annotation property
|
CLASS
class
|
CONSTANT
literal
|
DATAPROPERTY
data property
|
INDIVIDUAL
individual
|
OBJECTPROPERTY
object property
|
| Modifier and Type | Method and Description |
|---|---|
static VariableTypeName |
getVariableTypeName(String string) |
static VariableTypeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableTypeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableTypeName CLASS
public static final VariableTypeName CONSTANT
public static final VariableTypeName OBJECTPROPERTY
public static final VariableTypeName DATAPROPERTY
public static final VariableTypeName ANNOTATIONPROPERTY
public static final VariableTypeName INDIVIDUAL
public static VariableTypeName[] values()
for (VariableTypeName c : VariableTypeName.values()) System.out.println(c);
public static VariableTypeName 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 VariableTypeName getVariableTypeName(String string)
string - stringCopyright © 2015 The University of Manchester. All Rights Reserved.