Enum OpcuaNodeIdServicesVariableNamespace
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableNamespace>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableNamespace
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableNamespace>
public enum OpcuaNodeIdServicesVariableNamespace extends Enum<OpcuaNodeIdServicesVariableNamespace>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableNamespaceenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableNamespacevalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableNamespace[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NamespaceMetadataType_NamespaceUri
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceUri
-
NamespaceMetadataType_NamespaceVersion
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceVersion
-
NamespaceMetadataType_NamespacePublicationDate
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespacePublicationDate
-
NamespaceMetadataType_IsNamespaceSubset
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_IsNamespaceSubset
-
NamespaceMetadataType_StaticNodeIdTypes
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_StaticNodeIdTypes
-
NamespaceMetadataType_StaticNumericNodeIdRange
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_StaticNumericNodeIdRange
-
NamespaceMetadataType_StaticStringNodeIdPattern
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_StaticStringNodeIdPattern
-
NamespaceMetadataType_NamespaceFile_Size
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Size
-
NamespaceMetadataType_NamespaceFile_OpenCount
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_OpenCount
-
NamespaceMetadataType_NamespaceFile_Open_InputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Open_InputArguments
-
NamespaceMetadataType_NamespaceFile_Open_OutputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Open_OutputArguments
-
NamespaceMetadataType_NamespaceFile_Close_InputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Close_InputArguments
-
NamespaceMetadataType_NamespaceFile_Read_InputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Read_InputArguments
-
NamespaceMetadataType_NamespaceFile_Read_OutputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Read_OutputArguments
-
NamespaceMetadataType_NamespaceFile_Write_InputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Write_InputArguments
-
NamespaceMetadataType_NamespaceFile_GetPosition_InputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_GetPosition_InputArguments
-
NamespaceMetadataType_NamespaceFile_GetPosition_OutputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_GetPosition_OutputArguments
-
NamespaceMetadataType_NamespaceFile_SetPosition_InputArguments
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_SetPosition_InputArguments
-
NamespaceMetadataType_NamespaceFile_Writable
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_Writable
-
NamespaceMetadataType_NamespaceFile_UserWritable
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_UserWritable
-
NamespaceMetadataType_NamespaceFile_MimeType
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_MimeType
-
NamespaceMetadataType_DefaultRolePermissions
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_DefaultRolePermissions
-
NamespaceMetadataType_DefaultUserRolePermissions
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_DefaultUserRolePermissions
-
NamespaceMetadataType_DefaultAccessRestrictions
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_DefaultAccessRestrictions
-
NamespaceMetadataType_NamespaceFile_MaxByteStringLength
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_MaxByteStringLength
-
NamespaceMetadataType_NamespaceFile_LastModifiedTime
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_NamespaceFile_LastModifiedTime
-
NamespaceMetadataType_ConfigurationVersion
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_ConfigurationVersion
-
NamespaceMetadataType_ModelVersion
public static final OpcuaNodeIdServicesVariableNamespace NamespaceMetadataType_ModelVersion
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableNamespace[] 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 (OpcuaNodeIdServicesVariableNamespace c : OpcuaNodeIdServicesVariableNamespace.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableNamespace 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 OpcuaNodeIdServicesVariableNamespace enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-