org.opcfoundation.ua.core
Enum BrowseResultMask

java.lang.Object
  extended by java.lang.Enum<BrowseResultMask>
      extended by org.opcfoundation.ua.core.BrowseResultMask
All Implemented Interfaces:
Serializable, Comparable<BrowseResultMask>, Enumeration

public enum BrowseResultMask
extends Enum<BrowseResultMask>
implements Enumeration


Enum Constant Summary
All
           
BrowseName
           
DisplayName
           
IsForward
           
NodeClass
           
None
           
ReferenceTypeId
           
ReferenceTypeInfo
           
TargetInfo
           
TypeDefinition
           
 
Field Summary
static EnumSet<BrowseResultMask> ALL
           
static NodeId ID
           
static EnumSet<BrowseResultMask> NONE
           
 
Method Summary
static UnsignedInteger getMask(BrowseResultMask... list)
           
static UnsignedInteger getMask(Collection<BrowseResultMask> list)
           
static EnumSet<BrowseResultMask> getSet(int mask)
           
static EnumSet<BrowseResultMask> getSet(UnsignedInteger mask)
           
 int getValue()
          getValue.
static BrowseResultMask valueOf(int value)
           
static BrowseResultMask[] valueOf(int[] value)
           
static BrowseResultMask valueOf(Integer value)
           
static BrowseResultMask[] valueOf(Integer[] value)
           
static BrowseResultMask valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowseResultMask valueOf(UnsignedInteger value)
           
static BrowseResultMask[] valueOf(UnsignedInteger[] value)
           
static BrowseResultMask[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

ID

public static final NodeId ID

NONE

public static EnumSet<BrowseResultMask> NONE

ALL

public static EnumSet<BrowseResultMask> ALL
Method Detail

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.