Uses of Enum Class
org.eclipse.milo.opcua.sdk.core.Reference.Direction
Packages that use Reference.Direction
-
Uses of Reference.Direction in org.eclipse.milo.opcua.sdk.core
Methods in org.eclipse.milo.opcua.sdk.core that return Reference.DirectionModifier and TypeMethodDescriptionReference.getDirection()static Reference.DirectionReturns the enum constant of this class with the specified name.static Reference.Direction[]Reference.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.milo.opcua.sdk.core with parameters of type Reference.DirectionModifierConstructorDescriptionReference(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNodeId, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId referenceTypeId, org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId targetNodeId, Reference.Direction direction)