public enum OREVocabulary extends Enum<OREVocabulary>
| Enum Constant and Description |
|---|
aggregation |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
URI |
getUri() |
void |
setLabel(String label) |
void |
setUri(URI uri) |
static OREVocabulary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OREVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OREVocabulary aggregation
public static OREVocabulary[] values()
for (OREVocabulary c : OREVocabulary.values()) System.out.println(c);
public static OREVocabulary 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 getLabel()
public void setLabel(String label)
public URI getUri()
public void setUri(URI uri)
Copyright © 2020. All rights reserved.