Enum OpcuaNodeIdServicesVariableThree
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableThree>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableThree
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableThree>
public enum OpcuaNodeIdServicesVariableThree extends Enum<OpcuaNodeIdServicesVariableThree>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableThreeenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableThreevalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableThree[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ThreeDVectorType_X
public static final OpcuaNodeIdServicesVariableThree ThreeDVectorType_X
-
ThreeDVectorType_Y
public static final OpcuaNodeIdServicesVariableThree ThreeDVectorType_Y
-
ThreeDVectorType_Z
public static final OpcuaNodeIdServicesVariableThree ThreeDVectorType_Z
-
ThreeDCartesianCoordinatesType_X
public static final OpcuaNodeIdServicesVariableThree ThreeDCartesianCoordinatesType_X
-
ThreeDCartesianCoordinatesType_Y
public static final OpcuaNodeIdServicesVariableThree ThreeDCartesianCoordinatesType_Y
-
ThreeDCartesianCoordinatesType_Z
public static final OpcuaNodeIdServicesVariableThree ThreeDCartesianCoordinatesType_Z
-
ThreeDOrientationType_AngleUnit
public static final OpcuaNodeIdServicesVariableThree ThreeDOrientationType_AngleUnit
-
ThreeDOrientationType_A
public static final OpcuaNodeIdServicesVariableThree ThreeDOrientationType_A
-
ThreeDOrientationType_B
public static final OpcuaNodeIdServicesVariableThree ThreeDOrientationType_B
-
ThreeDOrientationType_C
public static final OpcuaNodeIdServicesVariableThree ThreeDOrientationType_C
-
ThreeDFrameType_Orientation
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_Orientation
-
ThreeDFrameType_CartesianCoordinates
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_CartesianCoordinates
-
ThreeDFrameType_CartesianCoordinates_LengthUnit
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_CartesianCoordinates_LengthUnit
-
ThreeDFrameType_CartesianCoordinates_X
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_CartesianCoordinates_X
-
ThreeDFrameType_CartesianCoordinates_Y
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_CartesianCoordinates_Y
-
ThreeDFrameType_CartesianCoordinates_Z
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_CartesianCoordinates_Z
-
ThreeDFrameType_Orientation_AngleUnit
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_Orientation_AngleUnit
-
ThreeDFrameType_Orientation_A
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_Orientation_A
-
ThreeDFrameType_Orientation_B
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_Orientation_B
-
ThreeDFrameType_Orientation_C
public static final OpcuaNodeIdServicesVariableThree ThreeDFrameType_Orientation_C
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableThree[] 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 (OpcuaNodeIdServicesVariableThree c : OpcuaNodeIdServicesVariableThree.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableThree 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 OpcuaNodeIdServicesVariableThree enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-