Enum Class WoDTVocabulary
- All Implemented Interfaces:
Serializable
,Comparable<WoDTVocabulary>
,Constable
This enum contains the needed elements of the WoDT vocabulary.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAugmented interaction predicate.Available action id predicate.Available actions type.Base uri of the vocabulary.Domain tag predicate to semantically annotate DT model.Predicate to link to the associated DTD.Predicate to link the dtd to the dtkg.Physical asset id predicate.Registered to platform predicate. -
Method Summary
Modifier and TypeMethodDescriptiongetUri()
Get the URI of the vocabulary item.toString()
static WoDTVocabulary
Returns the enum constant of this class with the specified name.static WoDTVocabulary[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BASE_URI
Base uri of the vocabulary. -
DTKG
Predicate to link the dtd to the dtkg. -
DOMAIN_TAG
Domain tag predicate to semantically annotate DT model. -
DTD
Predicate to link to the associated DTD. -
REGISTERED_TO_PLATFORM
Registered to platform predicate. -
PHYSICAL_ASSET_ID
Physical asset id predicate. -
AUGMENTED_INTERACTION
Augmented interaction predicate. -
AVAILABLE_ACTION_ID
Available action id predicate. -
AVAILABLE_ACTIONS
Available actions type.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getUri
Get the URI of the vocabulary item.- Returns:
- the URI.
-
toString
- Overrides:
toString
in classEnum<WoDTVocabulary>
-