public enum DataRangeType extends Enum<DataRangeType> implements Serializable, HasShortForm, HasPrefixedName, HasIRI
| Enum Constant and Description |
|---|
DATA_COMPLEMENT_OF
Represents
OWLDataComplementOf |
DATA_INTERSECTION_OF
Represents
OWLDataIntersectionOf |
DATA_ONE_OF
Represents
OWLDataOneOf |
DATA_UNION_OF
Represents
OWLDataUnionOf |
DATATYPE
Represents
OWLDatatype |
DATATYPE_RESTRICTION
Represents
OWLDatatypeRestriction |
| Modifier and Type | Method and Description |
|---|---|
IRI |
getIRI()
Gets the IRI of this object
|
String |
getName() |
String |
getPrefixedName()
Gets the prefixed name.
|
String |
getShortForm()
Gets the short form.
|
static DataRangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataRangeType DATATYPE
OWLDatatypepublic static final DataRangeType DATA_ONE_OF
OWLDataOneOfpublic static final DataRangeType DATATYPE_RESTRICTION
OWLDatatypeRestrictionpublic static final DataRangeType DATA_COMPLEMENT_OF
OWLDataComplementOfpublic static final DataRangeType DATA_UNION_OF
OWLDataUnionOfpublic static final DataRangeType DATA_INTERSECTION_OF
OWLDataIntersectionOfpublic static DataRangeType[] values()
for (DataRangeType c : DataRangeType.values()) System.out.println(c);
public static DataRangeType 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 null@Nonnull public String getShortForm()
HasShortFormgetShortForm in interface HasShortFormnull.@Nonnull public IRI getIRI()
HasIRI@Nonnull public String getPrefixedName()
HasPrefixedNamegetPrefixedName in interface HasPrefixedNameCopyright © 2016 The University of Manchester. All Rights Reserved.