public static enum BibTex.BTClass extends Enum<BibTex.BTClass>
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 BibTex.BTClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BibTex.BTClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BibTex.BTClass Entry
public static final BibTex.BTClass Article
public static final BibTex.BTClass Book
public static BibTex.BTClass[] values()
for (BibTex.BTClass c : BibTex.BTClass.values()) System.out.println(c);
public static BibTex.BTClass 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.