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