Enum Class WoDTVocabulary

java.lang.Object
java.lang.Enum<WoDTVocabulary>
io.github.webbasedwodt.model.ontology.WoDTVocabulary
All Implemented Interfaces:
Serializable, Comparable<WoDTVocabulary>, Constable

public enum WoDTVocabulary extends Enum<WoDTVocabulary>
This enum contains the needed elements of the WoDT vocabulary.
  • Enum Constant Details

    • BASE_URI

      public static final WoDTVocabulary BASE_URI
      Base uri of the vocabulary.
    • DTKG

      public static final WoDTVocabulary DTKG
      Predicate to link the dtd to the dtkg.
    • DOMAIN_TAG

      public static final WoDTVocabulary DOMAIN_TAG
      Domain tag predicate to semantically annotate DT model.
    • DTD

      public static final WoDTVocabulary DTD
      Predicate to link to the associated DTD.
    • REGISTERED_TO_PLATFORM

      public static final WoDTVocabulary REGISTERED_TO_PLATFORM
      Registered to platform predicate.
    • PHYSICAL_ASSET_ID

      public static final WoDTVocabulary PHYSICAL_ASSET_ID
      Physical asset id predicate.
    • AUGMENTED_INTERACTION

      public static final WoDTVocabulary AUGMENTED_INTERACTION
      Augmented interaction predicate.
    • AVAILABLE_ACTION_ID

      public static final WoDTVocabulary AVAILABLE_ACTION_ID
      Available action id predicate.
    • AVAILABLE_ACTIONS

      public static final WoDTVocabulary AVAILABLE_ACTIONS
      Available actions type.
  • Method Details

    • values

      public static WoDTVocabulary[] 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

      public static WoDTVocabulary valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getUri

      public String getUri()
      Get the URI of the vocabulary item.
      Returns:
      the URI.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<WoDTVocabulary>