Enum OpcuaNodeIdServicesVariableO

java.lang.Object
java.lang.Enum<OpcuaNodeIdServicesVariableO>
org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableO
Alle implementierten Schnittstellen:
Serializable, Comparable<OpcuaNodeIdServicesVariableO>, java.lang.constant.Constable

public enum OpcuaNodeIdServicesVariableO extends Enum<OpcuaNodeIdServicesVariableO>
  • Enum-Konstanten - Details

    • OPCUANamespaceMetadata_NamespaceUri

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceUri
    • OPCUANamespaceMetadata_NamespaceVersion

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceVersion
    • OPCUANamespaceMetadata_NamespacePublicationDate

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespacePublicationDate
    • OPCUANamespaceMetadata_IsNamespaceSubset

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_IsNamespaceSubset
    • OPCUANamespaceMetadata_StaticNodeIdTypes

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_StaticNodeIdTypes
    • OPCUANamespaceMetadata_StaticNumericNodeIdRange

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_StaticNumericNodeIdRange
    • OPCUANamespaceMetadata_StaticStringNodeIdPattern

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_StaticStringNodeIdPattern
    • OPCUANamespaceMetadata_NamespaceFile_Size

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Size
    • OPCUANamespaceMetadata_NamespaceFile_Writable

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Writable
    • OPCUANamespaceMetadata_NamespaceFile_UserWritable

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_UserWritable
    • OPCUANamespaceMetadata_NamespaceFile_OpenCount

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_OpenCount
    • OPCUANamespaceMetadata_NamespaceFile_MimeType

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_MimeType
    • OPCUANamespaceMetadata_NamespaceFile_Open_InputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Open_InputArguments
    • OPCUANamespaceMetadata_NamespaceFile_Open_OutputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Open_OutputArguments
    • OPCUANamespaceMetadata_NamespaceFile_Close_InputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Close_InputArguments
    • OPCUANamespaceMetadata_NamespaceFile_Read_InputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Read_InputArguments
    • OPCUANamespaceMetadata_NamespaceFile_Read_OutputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Read_OutputArguments
    • OPCUANamespaceMetadata_NamespaceFile_Write_InputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_Write_InputArguments
    • OPCUANamespaceMetadata_NamespaceFile_GetPosition_InputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_GetPosition_InputArguments
    • OPCUANamespaceMetadata_NamespaceFile_GetPosition_OutputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_GetPosition_OutputArguments
    • OPCUANamespaceMetadata_NamespaceFile_SetPosition_InputArguments

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_SetPosition_InputArguments
    • OPCUANamespaceMetadata_DefaultRolePermissions

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_DefaultRolePermissions
    • OPCUANamespaceMetadata_DefaultUserRolePermissions

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_DefaultUserRolePermissions
    • OPCUANamespaceMetadata_DefaultAccessRestrictions

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_DefaultAccessRestrictions
    • OPCUANamespaceMetadata_NamespaceFile_MaxByteStringLength

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_MaxByteStringLength
    • OPCUANamespaceMetadata_NamespaceFile_LastModifiedTime

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_LastModifiedTime
    • OPCUANamespaceMetadata_ConfigurationVersion

      public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_ConfigurationVersion
  • Methodendetails

    • values

      public static OpcuaNodeIdServicesVariableO[] values()
      Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
    • valueOf

      public static OpcuaNodeIdServicesVariableO valueOf(String name)
      Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • getValue

      public int getValue()
    • enumForValue

      public static OpcuaNodeIdServicesVariableO enumForValue(int value)
    • isDefined

      public static Boolean isDefined(int value)