Enum OpcuaNodeIdServicesVariableShelved
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableShelved>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableShelved
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableShelved>
public enum OpcuaNodeIdServicesVariableShelved extends Enum<OpcuaNodeIdServicesVariableShelved>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableShelvedenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableShelvedvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableShelved[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ShelvedStateMachineType_TimedShelve_InputArguments
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_TimedShelve_InputArguments
-
ShelvedStateMachineType_Unshelved_StateNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_Unshelved_StateNumber
-
ShelvedStateMachineType_TimedShelved_StateNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_TimedShelved_StateNumber
-
ShelvedStateMachineType_OneShotShelved_StateNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_OneShotShelved_StateNumber
-
ShelvedStateMachineType_UnshelveTime
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_UnshelveTime
-
ShelvedStateMachineType_UnshelvedToTimedShelved_TransitionNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_UnshelvedToTimedShelved_TransitionNumber
-
ShelvedStateMachineType_UnshelvedToOneShotShelved_TransitionNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_UnshelvedToOneShotShelved_TransitionNumber
-
ShelvedStateMachineType_TimedShelvedToUnshelved_TransitionNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_TimedShelvedToUnshelved_TransitionNumber
-
ShelvedStateMachineType_TimedShelvedToOneShotShelved_TransitionNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_TimedShelvedToOneShotShelved_TransitionNumber
-
ShelvedStateMachineType_OneShotShelvedToUnshelved_TransitionNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_OneShotShelvedToUnshelved_TransitionNumber
-
ShelvedStateMachineType_OneShotShelvedToTimedShelved_TransitionNumber
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_OneShotShelvedToTimedShelved_TransitionNumber
-
ShelvedStateMachineType_TimedShelve2_InputArguments
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_TimedShelve2_InputArguments
-
ShelvedStateMachineType_Unshelve2_InputArguments
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_Unshelve2_InputArguments
-
ShelvedStateMachineType_OneShotShelve2_InputArguments
public static final OpcuaNodeIdServicesVariableShelved ShelvedStateMachineType_OneShotShelve2_InputArguments
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableShelved[] 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 (OpcuaNodeIdServicesVariableShelved c : OpcuaNodeIdServicesVariableShelved.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableShelved 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 OpcuaNodeIdServicesVariableShelved enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-