public final class EntityType<E extends OWLEntity>
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static EntityType<OWLAnnotationProperty> |
ANNOTATION_PROPERTY |
static EntityType<OWLClass> |
CLASS |
static EntityType<OWLDataProperty> |
DATA_PROPERTY |
static EntityType<OWLDatatype> |
DATATYPE |
static EntityType<OWLNamedIndividual> |
NAMED_INDIVIDUAL |
static EntityType<OWLObjectProperty> |
OBJECT_PROPERTY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
OWLRDFVocabulary |
getVocabulary() |
java.lang.String |
toString()
Returns the name of this enum constant, as contained in the
declaration.
|
static java.util.List<EntityType<?>> |
values() |
public static final EntityType<OWLClass> CLASS
public static final EntityType<OWLObjectProperty> OBJECT_PROPERTY
public static final EntityType<OWLDataProperty> DATA_PROPERTY
public static final EntityType<OWLAnnotationProperty> ANNOTATION_PROPERTY
public static final EntityType<OWLNamedIndividual> NAMED_INDIVIDUAL
public static final EntityType<OWLDatatype> DATATYPE
public OWLRDFVocabulary getVocabulary()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List<EntityType<?>> values()