| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
BrowseDirection |
BrowseDirection.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable BrowseDirection |
BrowseDirection.from(int value) |
static BrowseDirection |
BrowseDirection.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.
|
| Modifier and Type | Method and Description |
|---|---|
Class<BrowseDirection> |
BrowseDirection.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseDirection.Codec.encode(SerializationContext context,
UaEncoder encoder,
BrowseDirection value) |
| Modifier and Type | Method and Description |
|---|---|
BrowseDirection |
BrowseDescription.getBrowseDirection() |
| Constructor and Description |
|---|
BrowseDescription(NodeId nodeId,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubtypes,
UInteger nodeClassMask,
UInteger resultMask) |
Copyright © 2025. All rights reserved.