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
OWLDatatype
public static final DataRangeType DATA_ONE_OF
OWLDataOneOf
public static final DataRangeType DATATYPE_RESTRICTION
OWLDatatypeRestriction
public static final DataRangeType DATA_COMPLEMENT_OF
OWLDataComplementOf
public static final DataRangeType DATA_UNION_OF
OWLDataUnionOf
public static final DataRangeType DATA_INTERSECTION_OF
OWLDataIntersectionOf
public 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()
HasShortForm
getShortForm
in interface HasShortForm
null
.@Nonnull public IRI getIRI()
HasIRI
@Nonnull public String getPrefixedName()
HasPrefixedName
getPrefixedName
in interface HasPrefixedName
Copyright © 2020 The University of Manchester. All rights reserved.