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