Enum OpcuaNodeIdServicesVariableO
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableO>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableO
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableO>
public enum OpcuaNodeIdServicesVariableO extends Enum<OpcuaNodeIdServicesVariableO>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableOenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableOvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableO[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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
-
OPCUANamespaceMetadata_ModelVersion
public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_ModelVersion
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableO[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OpcuaNodeIdServicesVariableO c : OpcuaNodeIdServicesVariableO.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableO valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-
enumForValue
public static OpcuaNodeIdServicesVariableO enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-