Enum OpcuaNodeIdServicesVariableOperation
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableOperation>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableOperation
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableOperation>
public enum OpcuaNodeIdServicesVariableOperation extends Enum<OpcuaNodeIdServicesVariableOperation>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableOperationenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableOperationvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableOperation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OperationLimitsType_MaxNodesPerRead
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerRead
-
OperationLimitsType_MaxNodesPerWrite
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerWrite
-
OperationLimitsType_MaxNodesPerMethodCall
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerMethodCall
-
OperationLimitsType_MaxNodesPerBrowse
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerBrowse
-
OperationLimitsType_MaxNodesPerRegisterNodes
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerRegisterNodes
-
OperationLimitsType_MaxNodesPerTranslateBrowsePathsToNodeIds
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerTranslateBrowsePathsToNodeIds
-
OperationLimitsType_MaxNodesPerNodeManagement
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerNodeManagement
-
OperationLimitsType_MaxMonitoredItemsPerCall
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxMonitoredItemsPerCall
-
OperationLimitsType_MaxNodesPerHistoryReadData
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerHistoryReadData
-
OperationLimitsType_MaxNodesPerHistoryReadEvents
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerHistoryReadEvents
-
OperationLimitsType_MaxNodesPerHistoryUpdateData
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerHistoryUpdateData
-
OperationLimitsType_MaxNodesPerHistoryUpdateEvents
public static final OpcuaNodeIdServicesVariableOperation OperationLimitsType_MaxNodesPerHistoryUpdateEvents
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableOperation[] 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 (OpcuaNodeIdServicesVariableOperation c : OpcuaNodeIdServicesVariableOperation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableOperation 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 OpcuaNodeIdServicesVariableOperation enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-