Enum OpcuaNodeIdServicesVariableGet
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableGet>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableGet
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableGet>
public enum OpcuaNodeIdServicesVariableGet extends Enum<OpcuaNodeIdServicesVariableGet>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableGetenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableGetvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableGet[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GetMonitoredItemsMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetMonitoredItemsMethodType_InputArguments
-
GetMonitoredItemsMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetMonitoredItemsMethodType_OutputArguments
-
GetPositionMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetPositionMethodType_InputArguments
-
GetPositionMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetPositionMethodType_OutputArguments
-
GetRejectedListMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetRejectedListMethodType_OutputArguments
-
GetSecurityKeysMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetSecurityKeysMethodType_InputArguments
-
GetSecurityKeysMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetSecurityKeysMethodType_OutputArguments
-
GetSecurityGroupMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetSecurityGroupMethodType_InputArguments
-
GetSecurityGroupMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetSecurityGroupMethodType_OutputArguments
-
GetEncryptingKeyMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetEncryptingKeyMethodType_InputArguments
-
GetEncryptingKeyMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetEncryptingKeyMethodType_OutputArguments
-
GetConnectionMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetConnectionMethodType_InputArguments
-
GetConnectionMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetConnectionMethodType_OutputArguments
-
GetWriterGroupMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetWriterGroupMethodType_InputArguments
-
GetWriterGroupMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetWriterGroupMethodType_OutputArguments
-
GetReaderGroupMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetReaderGroupMethodType_InputArguments
-
GetReaderGroupMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetReaderGroupMethodType_OutputArguments
-
GetDataSetWriterMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetDataSetWriterMethodType_OutputArguments
-
GetDataSetReaderMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetDataSetReaderMethodType_OutputArguments
-
GetGroupMembershipsMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetGroupMembershipsMethodType_OutputArguments
-
GetCertificatesMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableGet GetCertificatesMethodType_InputArguments
-
GetCertificatesMethodType_OutputArguments
public static final OpcuaNodeIdServicesVariableGet GetCertificatesMethodType_OutputArguments
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableGet[] 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 (OpcuaNodeIdServicesVariableGet c : OpcuaNodeIdServicesVariableGet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableGet 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 OpcuaNodeIdServicesVariableGet enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-