Enum OpcuaNodeIdServicesVariableNamespaces

    • Enum Constant Detail

      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceVersion

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceVersion
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespacePublicationDate

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespacePublicationDate
      • NamespacesType_NamespaceIdentifier_Placeholder_IsNamespaceSubset

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_IsNamespaceSubset
      • NamespacesType_NamespaceIdentifier_Placeholder_StaticNodeIdTypes

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_StaticNodeIdTypes
      • NamespacesType_NamespaceIdentifier_Placeholder_StaticNumericNodeIdRange

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_StaticNumericNodeIdRange
      • NamespacesType_NamespaceIdentifier_Placeholder_StaticStringNodeIdPattern

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_StaticStringNodeIdPattern
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Size

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Size
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_OpenCount

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_OpenCount
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_InputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_InputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_OutputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_OutputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Close_InputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Close_InputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_InputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_InputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_OutputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_OutputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Write_InputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Write_InputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_InputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_InputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_OutputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_OutputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_SetPosition_InputArguments

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_SetPosition_InputArguments
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Writable

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Writable
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_UserWritable

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_UserWritable
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_MimeType

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_MimeType
      • NamespacesType_NamespaceIdentifier_Placeholder_DefaultRolePermissions

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_DefaultRolePermissions
      • NamespacesType_NamespaceIdentifier_Placeholder_DefaultUserRolePermissions

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_DefaultUserRolePermissions
      • NamespacesType_NamespaceIdentifier_Placeholder_DefaultAccessRestrictions

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_DefaultAccessRestrictions
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_MaxByteStringLength

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_MaxByteStringLength
      • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_LastModifiedTime

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_LastModifiedTime
      • NamespacesType_NamespaceIdentifier_Placeholder_ConfigurationVersion

        public static final OpcuaNodeIdServicesVariableNamespaces NamespacesType_NamespaceIdentifier_Placeholder_ConfigurationVersion
    • Method Detail

      • values

        public static OpcuaNodeIdServicesVariableNamespaces[] 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 (OpcuaNodeIdServicesVariableNamespaces c : OpcuaNodeIdServicesVariableNamespaces.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OpcuaNodeIdServicesVariableNamespaces 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 name
        NullPointerException - if the argument is null
      • getValue

        public int getValue()
      • isDefined

        public static Boolean isDefined​(int value)