Enum OpcuaNodeIdServicesVariableState
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableState>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableState
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableState>
public enum OpcuaNodeIdServicesVariableState extends Enum<OpcuaNodeIdServicesVariableState>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableStateenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableStatevalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
StateType_StateNumber
public static final OpcuaNodeIdServicesVariableState StateType_StateNumber
-
StateVariableType_Id
public static final OpcuaNodeIdServicesVariableState StateVariableType_Id
-
StateVariableType_Name
public static final OpcuaNodeIdServicesVariableState StateVariableType_Name
-
StateVariableType_Number
public static final OpcuaNodeIdServicesVariableState StateVariableType_Number
-
StateVariableType_EffectiveDisplayName
public static final OpcuaNodeIdServicesVariableState StateVariableType_EffectiveDisplayName
-
StateMachineType_CurrentState
public static final OpcuaNodeIdServicesVariableState StateMachineType_CurrentState
-
StateMachineType_LastTransition
public static final OpcuaNodeIdServicesVariableState StateMachineType_LastTransition
-
StateMachineType_CurrentState_Id
public static final OpcuaNodeIdServicesVariableState StateMachineType_CurrentState_Id
-
StateMachineType_CurrentState_Name
public static final OpcuaNodeIdServicesVariableState StateMachineType_CurrentState_Name
-
StateMachineType_CurrentState_Number
public static final OpcuaNodeIdServicesVariableState StateMachineType_CurrentState_Number
-
StateMachineType_CurrentState_EffectiveDisplayName
public static final OpcuaNodeIdServicesVariableState StateMachineType_CurrentState_EffectiveDisplayName
-
StateMachineType_LastTransition_Id
public static final OpcuaNodeIdServicesVariableState StateMachineType_LastTransition_Id
-
StateMachineType_LastTransition_Name
public static final OpcuaNodeIdServicesVariableState StateMachineType_LastTransition_Name
-
StateMachineType_LastTransition_Number
public static final OpcuaNodeIdServicesVariableState StateMachineType_LastTransition_Number
-
StateMachineType_LastTransition_TransitionTime
public static final OpcuaNodeIdServicesVariableState StateMachineType_LastTransition_TransitionTime
-
StateMachineType_LastTransition_EffectiveTransitionTime
public static final OpcuaNodeIdServicesVariableState StateMachineType_LastTransition_EffectiveTransitionTime
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableState[] 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 (OpcuaNodeIdServicesVariableState c : OpcuaNodeIdServicesVariableState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableState 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 OpcuaNodeIdServicesVariableState enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-