Enum OpcuaNodeIdServicesVariableBase
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableBase>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableBase
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableBase>
public enum OpcuaNodeIdServicesVariableBase extends Enum<OpcuaNodeIdServicesVariableBase>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableBaseenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableBasevalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableBase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BaseEventType_EventId
public static final OpcuaNodeIdServicesVariableBase BaseEventType_EventId
-
BaseEventType_EventType
public static final OpcuaNodeIdServicesVariableBase BaseEventType_EventType
-
BaseEventType_SourceNode
public static final OpcuaNodeIdServicesVariableBase BaseEventType_SourceNode
-
BaseEventType_SourceName
public static final OpcuaNodeIdServicesVariableBase BaseEventType_SourceName
-
BaseEventType_Time
public static final OpcuaNodeIdServicesVariableBase BaseEventType_Time
-
BaseEventType_ReceiveTime
public static final OpcuaNodeIdServicesVariableBase BaseEventType_ReceiveTime
-
BaseEventType_Message
public static final OpcuaNodeIdServicesVariableBase BaseEventType_Message
-
BaseEventType_Severity
public static final OpcuaNodeIdServicesVariableBase BaseEventType_Severity
-
BaseEventType_LocalTime
public static final OpcuaNodeIdServicesVariableBase BaseEventType_LocalTime
-
BaseAnalogType_InstrumentRange
public static final OpcuaNodeIdServicesVariableBase BaseAnalogType_InstrumentRange
-
BaseAnalogType_EURange
public static final OpcuaNodeIdServicesVariableBase BaseAnalogType_EURange
-
BaseAnalogType_EngineeringUnits
public static final OpcuaNodeIdServicesVariableBase BaseAnalogType_EngineeringUnits
-
BaseEventType_ConditionClassId
public static final OpcuaNodeIdServicesVariableBase BaseEventType_ConditionClassId
-
BaseEventType_ConditionClassName
public static final OpcuaNodeIdServicesVariableBase BaseEventType_ConditionClassName
-
BaseEventType_ConditionSubClassId
public static final OpcuaNodeIdServicesVariableBase BaseEventType_ConditionSubClassId
-
BaseEventType_ConditionSubClassName
public static final OpcuaNodeIdServicesVariableBase BaseEventType_ConditionSubClassName
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableBase[] 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 (OpcuaNodeIdServicesVariableBase c : OpcuaNodeIdServicesVariableBase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableBase 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 OpcuaNodeIdServicesVariableBase enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-