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