public enum BrowseResultMask extends Enum<BrowseResultMask> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowseResultMask.Codec |
| Enum Constant and Description |
|---|
All |
BrowseName |
DisplayName |
IsForward |
NodeClass |
None |
ReferenceTypeId |
ReferenceTypeInfo |
TargetInfo |
TypeDefinition |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable BrowseResultMask |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static BrowseResultMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowseResultMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowseResultMask None
public static final BrowseResultMask ReferenceTypeId
public static final BrowseResultMask IsForward
public static final BrowseResultMask NodeClass
public static final BrowseResultMask BrowseName
public static final BrowseResultMask DisplayName
public static final BrowseResultMask TypeDefinition
public static final BrowseResultMask All
public static final BrowseResultMask ReferenceTypeInfo
public static final BrowseResultMask TargetInfo
public static BrowseResultMask[] values()
for (BrowseResultMask c : BrowseResultMask.values()) System.out.println(c);
public static BrowseResultMask 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 BrowseResultMask from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.