cz.vse.keg.patomat2.transformation.pattern
public static enum OntologyPattern.EntityType extends java.lang.Enum<OntologyPattern.EntityType>
Enum Constant and Description |
---|
AnnotationProperty |
AnonymousIndividual |
Class |
Datatype |
DatatypeProperty |
Individual |
Literal |
ObjectProperty |
Uknown |
Modifier and Type | Method and Description |
---|---|
static OntologyPattern.EntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OntologyPattern.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntologyPattern.EntityType Class
public static final OntologyPattern.EntityType ObjectProperty
public static final OntologyPattern.EntityType DatatypeProperty
public static final OntologyPattern.EntityType AnnotationProperty
public static final OntologyPattern.EntityType Individual
public static final OntologyPattern.EntityType Literal
public static final OntologyPattern.EntityType AnonymousIndividual
public static final OntologyPattern.EntityType Datatype
public static final OntologyPattern.EntityType Uknown
public static OntologyPattern.EntityType[] values()
for (OntologyPattern.EntityType c : OntologyPattern.EntityType.values()) System.out.println(c);
public static OntologyPattern.EntityType 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