protected static enum OWLDataFactoryInternalsImpl.Buildable extends Enum<OWLDataFactoryInternalsImpl.Buildable>
| Enum Constant and Description |
|---|
OWLANNOTATIONPROPERTY |
OWLCLASS |
OWLDATAPROPERTY |
OWLDATATYPE |
OWLNAMEDINDIVIDUAL |
OWLOBJECTPROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static OWLDataFactoryInternalsImpl.Buildable |
valueOf(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(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 nullCopyright © 2014 The University of Manchester. All Rights Reserved.