Enum OpcuaNodeIdServicesVariableTsn
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableTsn>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableTsn
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableTsn>
public enum OpcuaNodeIdServicesVariableTsn extends Enum<OpcuaNodeIdServicesVariableTsn>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TsnFailureCode_EnumValuesTsnListenerStatus_EnumValuesTsnStreamState_EnumValuesTsnTalkerStatus_EnumValues
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableTsnenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableTsnvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableTsn[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TsnFailureCode_EnumValues
public static final OpcuaNodeIdServicesVariableTsn TsnFailureCode_EnumValues
-
TsnStreamState_EnumValues
public static final OpcuaNodeIdServicesVariableTsn TsnStreamState_EnumValues
-
TsnTalkerStatus_EnumValues
public static final OpcuaNodeIdServicesVariableTsn TsnTalkerStatus_EnumValues
-
TsnListenerStatus_EnumValues
public static final OpcuaNodeIdServicesVariableTsn TsnListenerStatus_EnumValues
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableTsn[] 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 (OpcuaNodeIdServicesVariableTsn c : OpcuaNodeIdServicesVariableTsn.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableTsn 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 OpcuaNodeIdServicesVariableTsn enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-