public static enum OTEE.OTEEClass extends Enum<OTEE.OTEEClass>
Enum Constant and Description |
---|
Endpoints |
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.ontology.OntClass |
createOntClass(com.hp.hpl.jena.ontology.OntModel model) |
String |
getNS() |
com.hp.hpl.jena.ontology.OntClass |
getOntClass(com.hp.hpl.jena.ontology.OntModel model) |
static OTEE.OTEEClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTEE.OTEEClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTEE.OTEEClass Endpoints
public static OTEE.OTEEClass[] values()
for (OTEE.OTEEClass c : OTEE.OTEEClass.values()) System.out.println(c);
public static OTEE.OTEEClass 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 nullpublic String getNS()
public com.hp.hpl.jena.ontology.OntClass getOntClass(com.hp.hpl.jena.ontology.OntModel model)
public com.hp.hpl.jena.ontology.OntClass createOntClass(com.hp.hpl.jena.ontology.OntModel model)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.