org.opcfoundation.ua.core
Enum NodeAttributesMask

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

public enum NodeAttributesMask
extends Enum<NodeAttributesMask>
implements Enumeration


Enum Constant Summary
AccessLevel
           
All
           
ArrayDimensions
           
BaseNode
           
BrowseName
           
ContainsNoLoops
           
DataType
           
Description
           
DisplayName
           
EventNotifier
           
Executable
           
Historizing
           
InverseName
           
IsAbstract
           
Method
           
MinimumSamplingInterval
           
NodeClass
           
NodeId
           
None
           
Object
           
ObjectTypeOrDataType
           
ReferenceType
           
Symmetric
           
UserAccessLevel
           
UserExecutable
           
UserWriteMask
           
Value
           
ValueRank
           
Variable
           
VariableType
           
View
           
WriteMask
           
 
Field Summary
static EnumSet<NodeAttributesMask> ALL
           
static NodeId ID
           
static EnumSet<NodeAttributesMask> NONE
           
 
Method Summary
static UnsignedInteger getMask(Collection<NodeAttributesMask> list)
           
static UnsignedInteger getMask(NodeAttributesMask... list)
           
static EnumSet<NodeAttributesMask> getSet(int mask)
           
static EnumSet<NodeAttributesMask> getSet(UnsignedInteger mask)
           
 int getValue()
          getValue.
static NodeAttributesMask valueOf(int value)
           
static NodeAttributesMask[] valueOf(int[] value)
           
static NodeAttributesMask valueOf(Integer value)
           
static NodeAttributesMask[] valueOf(Integer[] value)
           
static NodeAttributesMask valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeAttributesMask valueOf(UnsignedInteger value)
           
static NodeAttributesMask[] valueOf(UnsignedInteger[] value)
           
static NodeAttributesMask[] 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 NodeAttributesMask None

AccessLevel

public static final NodeAttributesMask AccessLevel

ArrayDimensions

public static final NodeAttributesMask ArrayDimensions

BrowseName

public static final NodeAttributesMask BrowseName

ContainsNoLoops

public static final NodeAttributesMask ContainsNoLoops

DataType

public static final NodeAttributesMask DataType

Description

public static final NodeAttributesMask Description

DisplayName

public static final NodeAttributesMask DisplayName

EventNotifier

public static final NodeAttributesMask EventNotifier

Executable

public static final NodeAttributesMask Executable

Historizing

public static final NodeAttributesMask Historizing

InverseName

public static final NodeAttributesMask InverseName

IsAbstract

public static final NodeAttributesMask IsAbstract

MinimumSamplingInterval

public static final NodeAttributesMask MinimumSamplingInterval

NodeClass

public static final NodeAttributesMask NodeClass

NodeId

public static final NodeAttributesMask NodeId

Symmetric

public static final NodeAttributesMask Symmetric

UserAccessLevel

public static final NodeAttributesMask UserAccessLevel

UserExecutable

public static final NodeAttributesMask UserExecutable

UserWriteMask

public static final NodeAttributesMask UserWriteMask

ValueRank

public static final NodeAttributesMask ValueRank

WriteMask

public static final NodeAttributesMask WriteMask

Value

public static final NodeAttributesMask Value

All

public static final NodeAttributesMask All

BaseNode

public static final NodeAttributesMask BaseNode

Object

public static final NodeAttributesMask Object

ObjectTypeOrDataType

public static final NodeAttributesMask ObjectTypeOrDataType

Variable

public static final NodeAttributesMask Variable

VariableType

public static final NodeAttributesMask VariableType

Method

public static final NodeAttributesMask Method

ReferenceType

public static final NodeAttributesMask ReferenceType

View

public static final NodeAttributesMask View
Field Detail

ID

public static final NodeId ID

NONE

public static EnumSet<NodeAttributesMask> NONE

ALL

public static EnumSet<NodeAttributesMask> ALL
Method Detail

values

public static NodeAttributesMask[] 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 (NodeAttributesMask c : NodeAttributesMask.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static NodeAttributesMask 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 NodeAttributesMask valueOf(int value)

valueOf

public static NodeAttributesMask valueOf(Integer value)

valueOf

public static NodeAttributesMask valueOf(UnsignedInteger value)

valueOf

public static NodeAttributesMask[] valueOf(int[] value)

valueOf

public static NodeAttributesMask[] valueOf(Integer[] value)

valueOf

public static NodeAttributesMask[] valueOf(UnsignedInteger[] value)

getMask

public static UnsignedInteger getMask(NodeAttributesMask... list)

getMask

public static UnsignedInteger getMask(Collection<NodeAttributesMask> list)

getSet

public static EnumSet<NodeAttributesMask> getSet(UnsignedInteger mask)

getSet

public static EnumSet<NodeAttributesMask> getSet(int mask)


Copyright © 2018. All rights reserved.