Enum OpcuaNodeIdServicesVariableKey

    • Enum Constant Detail

      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ResourceUri

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ResourceUri
      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ProfileUri

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ProfileUri
      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_EndpointUrls

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_EndpointUrls
      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ServiceStatus

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ServiceStatus
      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_InputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_InputArguments
      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_OutputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_OutputArguments
      • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_UpdateCredential_InputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_ServiceName_Placeholder_UpdateCredential_InputArguments
      • KeyCredentialConfigurationFolderType_CreateCredential_InputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_CreateCredential_InputArguments
      • KeyCredentialConfigurationFolderType_CreateCredential_OutputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationFolderType_CreateCredential_OutputArguments
      • KeyCredentialConfiguration_CreateCredential_InputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfiguration_CreateCredential_InputArguments
      • KeyCredentialConfiguration_CreateCredential_OutputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfiguration_CreateCredential_OutputArguments
      • KeyCredentialConfigurationType_GetEncryptingKey_InputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_GetEncryptingKey_InputArguments
      • KeyCredentialConfigurationType_GetEncryptingKey_OutputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_GetEncryptingKey_OutputArguments
      • KeyCredentialConfigurationType_UpdateCredential_InputArguments

        public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_UpdateCredential_InputArguments
    • Method Detail

      • values

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

        public static OpcuaNodeIdServicesVariableKey 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)