Enum OpcuaNodeIdServicesVariableQuantity
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableQuantity>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableQuantity
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableQuantity>
public enum OpcuaNodeIdServicesVariableQuantity extends Enum<OpcuaNodeIdServicesVariableQuantity>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableQuantityenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableQuantityvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableQuantity[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QuantityType_Symbol
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_Symbol
-
QuantityType_Description
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_Description
-
QuantityType_Annotation
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_Annotation
-
QuantityType_ConversionService
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ConversionService
-
QuantityType_Dimension
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_Dimension
-
QuantityType_ServerUnits_ServerUnit_Placeholder_Symbol
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_Symbol
-
QuantityType_ServerUnits_ServerUnit_Placeholder_Description
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_Description
-
QuantityType_ServerUnits_ServerUnit_Placeholder_UnitSystem
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_UnitSystem
-
QuantityType_ServerUnits_ServerUnit_Placeholder_Discipline
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_Discipline
-
QuantityType_ServerUnits_ServerUnit_Placeholder_ConversionLimit
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_ConversionLimit
-
QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_Symbol
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_Symbol
-
QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_Description
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_Description
-
QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_UnitSystem
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_UnitSystem
-
QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_Discipline
public static final OpcuaNodeIdServicesVariableQuantity QuantityType_ServerUnits_ServerUnit_Placeholder_CoherentUnit_Discipline
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableQuantity[] 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 (OpcuaNodeIdServicesVariableQuantity c : OpcuaNodeIdServicesVariableQuantity.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableQuantity 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 OpcuaNodeIdServicesVariableQuantity enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-