Enum OpcuaNodeIdServicesVariableAdd
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableAdd>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableAdd
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableAdd>
public enum OpcuaNodeIdServicesVariableAdd extends Enum<OpcuaNodeIdServicesVariableAdd>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableAddenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableAddvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableAdd[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AddCommentMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddCommentMethodType_InputArguments
-
AddCertificateMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddCertificateMethodType_InputArguments
-
AddPublishedDataItemsMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedDataItemsMethodType_InputArguments
-
AddPublishedDataItemsMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedDataItemsMethodType_OutputArguments
-
AddPublishedEventsMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedEventsMethodType_InputArguments
-
AddPublishedEventsMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedEventsMethodType_OutputArguments
-
AddSecurityGroupMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddSecurityGroupMethodType_InputArguments
-
AddSecurityGroupMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddSecurityGroupMethodType_OutputArguments
-
AddExtensionFieldMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddExtensionFieldMethodType_InputArguments
-
AddExtensionFieldMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddExtensionFieldMethodType_OutputArguments
-
AddIdentityMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddIdentityMethodType_InputArguments
-
AddRoleMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddRoleMethodType_InputArguments
-
AddRoleMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddRoleMethodType_OutputArguments
-
AddApplicationMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddApplicationMethodType_InputArguments
-
AddEndpointMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddEndpointMethodType_InputArguments
-
AddConnectionMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddConnectionMethodType_InputArguments
-
AddConnectionMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddConnectionMethodType_OutputArguments
-
AddPublishedDataItemsTemplateMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedDataItemsTemplateMethodType_InputArguments
-
AddPublishedDataItemsTemplateMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedDataItemsTemplateMethodType_OutputArguments
-
AddPublishedEventsTemplateMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedEventsTemplateMethodType_InputArguments
-
AddPublishedEventsTemplateMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPublishedEventsTemplateMethodType_OutputArguments
-
AddDataSetFolderMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddDataSetFolderMethodType_InputArguments
-
AddDataSetFolderMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddDataSetFolderMethodType_OutputArguments
-
AddSubscribedDataSetMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddSubscribedDataSetMethodType_InputArguments
-
AddSubscribedDataSetMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddSubscribedDataSetMethodType_OutputArguments
-
AddUserMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddUserMethodType_InputArguments
-
AddPriorityMappingEntryMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPriorityMappingEntryMethodType_InputArguments
-
AddSecurityGroupFolderMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddSecurityGroupFolderMethodType_InputArguments
-
AddSecurityGroupFolderMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddSecurityGroupFolderMethodType_OutputArguments
-
AddPushTargetMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPushTargetMethodType_InputArguments
-
AddPushTargetMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPushTargetMethodType_OutputArguments
-
AddPushTargetFolderMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPushTargetFolderMethodType_InputArguments
-
AddPushTargetFolderMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableAdd AddPushTargetFolderMethodType_OutputArguments
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableAdd[] 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 (OpcuaNodeIdServicesVariableAdd c : OpcuaNodeIdServicesVariableAdd.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableAdd 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 OpcuaNodeIdServicesVariableAdd enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-