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>
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungSubscribedDataSetFolderType_SubscribedDataSetFolderName_Placeholder_AddDataSetFolder_OutputArguments -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungenumForValue(int value) intgetValue()static BooleanisDefined(int value) Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
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
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
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ältNullPointerException- wenn das Argument nicht angegeben wird
-
getValue
public int getValue() -
enumForValue
-
isDefined
-