protected static enum OWLDataFactoryInternalsImpl.Buildable extends java.lang.Enum<OWLDataFactoryInternalsImpl.Buildable>
Enum Constant and Description |
---|
OWLANNOTATIONPROPERTY |
OWLCLASS |
OWLDATAPROPERTY |
OWLDATATYPE |
OWLNAMEDINDIVIDUAL |
OWLOBJECTPROPERTY |
Modifier and Type | Method and Description |
---|---|
static OWLDataFactoryInternalsImpl.Buildable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OWLDataFactoryInternalsImpl.Buildable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OWLDataFactoryInternalsImpl.Buildable OWLCLASS
public static final OWLDataFactoryInternalsImpl.Buildable OWLOBJECTPROPERTY
public static final OWLDataFactoryInternalsImpl.Buildable OWLDATAPROPERTY
public static final OWLDataFactoryInternalsImpl.Buildable OWLNAMEDINDIVIDUAL
public static final OWLDataFactoryInternalsImpl.Buildable OWLDATATYPE
public static final OWLDataFactoryInternalsImpl.Buildable OWLANNOTATIONPROPERTY
public static OWLDataFactoryInternalsImpl.Buildable[] values()
for (OWLDataFactoryInternalsImpl.Buildable c : OWLDataFactoryInternalsImpl.Buildable.values()) System.out.println(c);
public static OWLDataFactoryInternalsImpl.Buildable 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