java.lang.Object
java.lang.Enum<ElementType>
de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser.ElementType
All Implemented Interfaces:
Serializable, Comparable<ElementType>, Constable

enum ElementType extends Enum<ElementType>
Denotes the OPC UA element types.
Author:
Jan-Hendrik Cepok, SSE
  • Enum Constant Details

    • OBJECTTYPE

      public static final ElementType OBJECTTYPE
    • VARIABLETYPE

      public static final ElementType VARIABLETYPE
    • ROOTOBJECT

      public static final ElementType ROOTOBJECT
    • ROOTVARIABLE

      public static final ElementType ROOTVARIABLE
    • ROOTMETHOD

      public static final ElementType ROOTMETHOD
    • SUBOBJECT

      public static final ElementType SUBOBJECT
    • SUBMETHOD

      public static final ElementType SUBMETHOD
    • FIELDOBJECT

      public static final ElementType FIELDOBJECT
    • FIELDVARIABLE

      public static final ElementType FIELDVARIABLE
    • FIELDMETHOD

      public static final ElementType FIELDMETHOD
    • ENUM

      public static final ElementType ENUM
    • DATATYPE

      public static final ElementType DATATYPE
  • Field Details

    • isCore

      private boolean isCore
  • Constructor Details

    • ElementType

      private ElementType(boolean isCore)
      Creates a new enum value.
      Parameters:
      isCore - whether this value is part of "core"
  • Method Details

    • values

      public static ElementType[] 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 ElementType 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
    • isCore

      public boolean isCore()
      Returns whether this value is part of "core".
      Returns:
      true for core, false else