Enum OpcuaNodeIdServicesVariableO

    • Enum Constant Detail

      • OPCUANamespaceMetadata_NamespacePublicationDate

        public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_NamespacePublicationDate
      • OPCUANamespaceMetadata_StaticNumericNodeIdRange

        public static final OpcuaNodeIdServicesVariableO OPCUANamespaceMetadata_StaticNumericNodeIdRange
      • OPCUANamespaceMetadata_StaticStringNodeIdPattern

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

        public int getValue()
      • isDefined

        public static Boolean isDefined​(int value)