Uses of Class
org.apache.plc4x.java.opcua.readwrite.BrowseDirection
-
Packages that use BrowseDirection Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of BrowseDirection in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as BrowseDirection Modifier and Type Field Description protected BrowseDirectionBrowseDescription. browseDirectionMethods in org.apache.plc4x.java.opcua.readwrite that return BrowseDirection Modifier and Type Method Description static BrowseDirectionBrowseDirection. enumForValue(long value)BrowseDirectionBrowseDescription. getBrowseDirection()static BrowseDirectionBrowseDirection. valueOf(String name)Returns 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 BrowseDirection Constructor Description BrowseDescription(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, boolean includeSubtypes, long nodeClassMask, long resultMask)BrowseDescriptionBuilderImpl(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, boolean includeSubtypes, long nodeClassMask, long resultMask)
-