Uses of Class
org.apache.plc4x.java.opcua.readwrite.NodeIdType
-
Packages that use NodeIdType Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of NodeIdType in org.apache.plc4x.java.opcua.readwrite
Methods in org.apache.plc4x.java.opcua.readwrite that return NodeIdType Modifier and Type Method Description static NodeIdTypeNodeIdType. enumForValue(byte value)NodeIdTypeNodeIdByteString. getNodeType()NodeIdTypeNodeIdFourByte. getNodeType()NodeIdTypeNodeIdGuid. getNodeType()NodeIdTypeNodeIdNumeric. getNodeType()NodeIdTypeNodeIdString. getNodeType()NodeIdTypeNodeIdTwoByte. getNodeType()abstract NodeIdTypeNodeIdTypeDefinition. getNodeType()static NodeIdTypeNodeIdType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeIdType[]NodeIdType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-