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
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibung -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic OpcuaNodeIdServicesVariableOenumForValue(int value) intgetValue()static BooleanisDefined(int value) static OpcuaNodeIdServicesVariableOGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static OpcuaNodeIdServicesVariableO[]values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
OPCUANamespaceMetadata_NamespaceUri
-
OPCUANamespaceMetadata_NamespaceVersion
-
OPCUANamespaceMetadata_NamespacePublicationDate
-
OPCUANamespaceMetadata_IsNamespaceSubset
-
OPCUANamespaceMetadata_StaticNodeIdTypes
-
OPCUANamespaceMetadata_StaticNumericNodeIdRange
-
OPCUANamespaceMetadata_StaticStringNodeIdPattern
-
OPCUANamespaceMetadata_NamespaceFile_Size
-
OPCUANamespaceMetadata_NamespaceFile_Writable
-
OPCUANamespaceMetadata_NamespaceFile_UserWritable
-
OPCUANamespaceMetadata_NamespaceFile_OpenCount
-
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
-
OPCUANamespaceMetadata_DefaultUserRolePermissions
-
OPCUANamespaceMetadata_DefaultAccessRestrictions
-
OPCUANamespaceMetadata_NamespaceFile_MaxByteStringLength
public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_MaxByteStringLength -
OPCUANamespaceMetadata_NamespaceFile_LastModifiedTime
public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespaceFile_LastModifiedTime -
OPCUANamespaceMetadata_ConfigurationVersion
-
-
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
-