Enum OpcuaNodeIdServicesVariableRemove
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableRemove>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableRemove
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableRemove>
public enum OpcuaNodeIdServicesVariableRemove extends Enum<OpcuaNodeIdServicesVariableRemove>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableRemoveenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableRemovevalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableRemove[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RemoveCertificateMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveCertificateMethodType_InputArguments
-
RemoveConnectionMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveConnectionMethodType_InputArguments
-
RemovePublishedDataSetMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemovePublishedDataSetMethodType_InputArguments
-
RemoveSecurityGroupMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveSecurityGroupMethodType_InputArguments
-
RemoveExtensionFieldMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveExtensionFieldMethodType_InputArguments
-
RemoveIdentityMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveIdentityMethodType_InputArguments
-
RemoveRoleMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveRoleMethodType_InputArguments
-
RemoveApplicationMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveApplicationMethodType_InputArguments
-
RemoveEndpointMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveEndpointMethodType_InputArguments
-
RemoveDataSetFolderMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveDataSetFolderMethodType_InputArguments
-
RemoveSubscribedDataSetMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveSubscribedDataSetMethodType_InputArguments
-
RemoveUserMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveUserMethodType_InputArguments
-
RemoveSecurityGroupFolderMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemoveSecurityGroupFolderMethodType_InputArguments
-
RemovePushTargetMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemovePushTargetMethodType_InputArguments
-
RemovePushTargetFolderMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableRemove RemovePushTargetFolderMethodType_InputArguments
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableRemove[] 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 (OpcuaNodeIdServicesVariableRemove c : OpcuaNodeIdServicesVariableRemove.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableRemove 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 OpcuaNodeIdServicesVariableRemove enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-