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