|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NamespaceEnum>
org.apache.stanbol.enhancer.servicesapi.rdf.NamespaceEnum
public enum NamespaceEnum
| Enum Constant Summary | |
|---|---|
dbpedia_ont
|
|
dc
|
|
em
Namespace for the Stanbol Enhancer Execution Metadata ontology |
|
enhancer
The Stanbol Enhancer namespace defining Enhancer, EnhancementEngine and EnhancementChain. |
|
ep
Namespace for the Stanbol Enhancer Execution Plan ontology |
|
fise
The FISE namespace (1st version of the Enhancement Structure). |
|
foaf
|
|
geo
|
|
geonames
|
|
georss
|
|
media
The W3C Ontology for Media Resources http://www.w3.org/TR/mediaont-10/ |
|
nie
|
|
rdf
|
|
rdfs
|
|
skos
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNamespace()
|
java.lang.String |
getPrefix()
|
java.lang.String |
toString()
|
static NamespaceEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NamespaceEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NamespaceEnum enhancer
public static final NamespaceEnum dbpedia_ont
public static final NamespaceEnum rdf
public static final NamespaceEnum rdfs
public static final NamespaceEnum dc
public static final NamespaceEnum skos
public static final NamespaceEnum foaf
public static final NamespaceEnum geonames
public static final NamespaceEnum georss
public static final NamespaceEnum geo
public static final NamespaceEnum nie
public static final NamespaceEnum ep
public static final NamespaceEnum em
public static final NamespaceEnum fise
public static final NamespaceEnum media
| Method Detail |
|---|
public static NamespaceEnum[] values()
for (NamespaceEnum c : NamespaceEnum.values()) System.out.println(c);
public static NamespaceEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getNamespace()
public java.lang.String getPrefix()
public java.lang.String toString()
toString in class java.lang.Enum<NamespaceEnum>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||