public enum BrowseDirection extends Enum<BrowseDirection> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowseDirection.Codec |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable BrowseDirection |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static BrowseDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowseDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowseDirection Forward
public static final BrowseDirection Inverse
public static final BrowseDirection Both
public static final BrowseDirection Invalid
public static BrowseDirection[] values()
for (BrowseDirection c : BrowseDirection.values()) System.out.println(c);
public static BrowseDirection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface UaEnumeration@Nullable public static @Nullable BrowseDirection from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.