Enum OpcuaNodeIdServicesVariableSubscribed

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

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

    • SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddSubscribedDataSet_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddSubscribedDataSet_InputArguments
    • SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddSubscribedDataSet_OutputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddSubscribedDataSet_OutputArguments
    • SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_RemoveSubscribedDataSet_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_RemoveSubscribedDataSet_InputArguments
    • SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddDataSetFolder_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddDataSetFolder_InputArguments
    • SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddDataSetFolder_OutputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddDataSetFolder_OutputArguments
    • SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_RemoveDataSetFolder_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_RemoveDataSetFolder_InputArguments
    • SubscribedDataSetFolderType_StandaloneSubscribedDataSetName_Placeholder_DataSetMetaData

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_StandaloneSubscribedDataSetName_Placeholder_DataSetMetaData
    • SubscribedDataSetFolderType_StandaloneSubscribedDataSetName_Placeholder_IsConnected

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_StandaloneSubscribedDataSetName_Placeholder_IsConnected
    • SubscribedDataSetFolderType_AddSubscribedDataSet_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_AddSubscribedDataSet_InputArguments
    • SubscribedDataSetFolderType_AddSubscribedDataSet_OutputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_AddSubscribedDataSet_OutputArguments
    • SubscribedDataSetFolderType_RemoveSubscribedDataSet_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_RemoveSubscribedDataSet_InputArguments
    • SubscribedDataSetFolderType_AddDataSetFolder_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_AddDataSetFolder_InputArguments
    • SubscribedDataSetFolderType_AddDataSetFolder_OutputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_AddDataSetFolder_OutputArguments
    • SubscribedDataSetFolderType_RemoveDataSetFolder_InputArguments

      public static final OpcuaNodeIdServicesVariableSubscribed SubscribedDataSetFolderType_RemoveDataSetFolder_InputArguments
  • Methodendetails

    • values

      public static OpcuaNodeIdServicesVariableSubscribed[] 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 OpcuaNodeIdServicesVariableSubscribed 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 OpcuaNodeIdServicesVariableSubscribed enumForValue(int value)
    • isDefined

      public static Boolean isDefined(int value)