org.opcfoundation.ua.core
Enum BrowseResultMask
java.lang.Object
java.lang.Enum<BrowseResultMask>
org.opcfoundation.ua.core.BrowseResultMask
- All Implemented Interfaces:
- Serializable, Comparable<BrowseResultMask>, Enumeration
public enum BrowseResultMask
- extends Enum<BrowseResultMask>
- implements Enumeration
None
public static final BrowseResultMask None
ReferenceTypeId
public static final BrowseResultMask ReferenceTypeId
IsForward
public static final BrowseResultMask IsForward
NodeClass
public static final BrowseResultMask NodeClass
BrowseName
public static final BrowseResultMask BrowseName
DisplayName
public static final BrowseResultMask DisplayName
TypeDefinition
public static final BrowseResultMask TypeDefinition
All
public static final BrowseResultMask All
ReferenceTypeInfo
public static final BrowseResultMask ReferenceTypeInfo
TargetInfo
public static final BrowseResultMask TargetInfo
ID
public static final NodeId ID
NONE
public static EnumSet<BrowseResultMask> NONE
ALL
public static EnumSet<BrowseResultMask> ALL
values
public static BrowseResultMask[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BrowseResultMask c : BrowseResultMask.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BrowseResultMask valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getValue
public int getValue()
- Description copied from interface:
Enumeration
getValue.
- Specified by:
getValue in interface Enumeration
- Returns:
- a int.
valueOf
public static BrowseResultMask valueOf(int value)
valueOf
public static BrowseResultMask valueOf(Integer value)
valueOf
public static BrowseResultMask valueOf(UnsignedInteger value)
valueOf
public static BrowseResultMask[] valueOf(int[] value)
valueOf
public static BrowseResultMask[] valueOf(Integer[] value)
valueOf
public static BrowseResultMask[] valueOf(UnsignedInteger[] value)
getMask
public static UnsignedInteger getMask(BrowseResultMask... list)
getMask
public static UnsignedInteger getMask(Collection<BrowseResultMask> list)
getSet
public static EnumSet<BrowseResultMask> getSet(UnsignedInteger mask)
getSet
public static EnumSet<BrowseResultMask> getSet(int mask)
Copyright © 2018. All rights reserved.