Enum OpcuaNodeIdServicesVariableKey
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableKey>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableKey
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableKey>
public enum OpcuaNodeIdServicesVariableKey extends Enum<OpcuaNodeIdServicesVariableKey>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableKeyenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableKeyvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableKey[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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_EndpointUrls
public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_EndpointUrls
-
KeyCredentialConfigurationType_ServiceStatus
public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_ServiceStatus
-
KeyCredentialConfigurationType_UpdateCredential_InputArguments
public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_UpdateCredential_InputArguments
-
KeyCredentialUpdateMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableKey KeyCredentialUpdateMethodType_InputArguments
-
KeyCredentialAuditEventType_ResourceUri
public static final OpcuaNodeIdServicesVariableKey KeyCredentialAuditEventType_ResourceUri
-
KeyCredentialDeletedAuditEventType_ResourceUri
public static final OpcuaNodeIdServicesVariableKey KeyCredentialDeletedAuditEventType_ResourceUri
-
KeyCredentialConfigurationType_ResourceUri
public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_ResourceUri
-
KeyCredentialConfigurationType_ProfileUri
public static final OpcuaNodeIdServicesVariableKey KeyCredentialConfigurationType_ProfileUri
-
-
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 nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-
enumForValue
public static OpcuaNodeIdServicesVariableKey enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-