Uses of Enum
org.apache.plc4x.java.opcua.readwrite.BrowseDirection
Packages that use BrowseDirection
-
Uses of BrowseDirection in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as BrowseDirectionModifier and TypeFieldDescriptionprotected final BrowseDirectionBrowseDescription.browseDirectionMethods in org.apache.plc4x.java.opcua.readwrite that return BrowseDirectionModifier and TypeMethodDescriptionstatic BrowseDirectionBrowseDirection.enumForValue(long value) BrowseDescription.getBrowseDirection()static BrowseDirectionReturns the enum constant of this type with the specified name.static BrowseDirection[]BrowseDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type BrowseDirectionModifierConstructorDescriptionBrowseDescription(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, boolean includeSubtypes, long nodeClassMask, long resultMask) BrowseDescriptionBuilder(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, boolean includeSubtypes, long nodeClassMask, long resultMask, Short reservedField0)