Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.BrowseDirection
Packages that use BrowseDirection
Package
Description
-
Uses of BrowseDirection in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return BrowseDirectionModifier and TypeMethodDescriptionstatic @Nullable BrowseDirectionBrowseDirection.from(int value) static BrowseDirectionReturns the enum constant of this class with the specified name.static BrowseDirection[]BrowseDirection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BrowseDirection in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return BrowseDirectionConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type BrowseDirectionModifierConstructorDescriptionBrowseDescription(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, Boolean includeSubtypes, UInteger nodeClassMask, UInteger resultMask)