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