org.opcfoundation.ua.core
Enum NodeClass
java.lang.Object
java.lang.Enum<NodeClass>
org.opcfoundation.ua.core.NodeClass
- All Implemented Interfaces:
- Serializable, Comparable<NodeClass>, Enumeration
public enum NodeClass
- extends Enum<NodeClass>
- implements Enumeration
Unspecified
public static final NodeClass Unspecified
Object
public static final NodeClass Object
Variable
public static final NodeClass Variable
Method
public static final NodeClass Method
ObjectType
public static final NodeClass ObjectType
VariableType
public static final NodeClass VariableType
ReferenceType
public static final NodeClass ReferenceType
DataType
public static final NodeClass DataType
View
public static final NodeClass View
ID
public static final NodeId ID
NONE
public static EnumSet<NodeClass> NONE
ALL
public static EnumSet<NodeClass> ALL
values
public static NodeClass[] 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 (NodeClass c : NodeClass.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static NodeClass 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 NodeClass valueOf(int value)
valueOf
public static NodeClass valueOf(Integer value)
valueOf
public static NodeClass valueOf(UnsignedInteger value)
valueOf
public static NodeClass[] valueOf(int[] value)
valueOf
public static NodeClass[] valueOf(Integer[] value)
valueOf
public static NodeClass[] valueOf(UnsignedInteger[] value)
getMask
public static UnsignedInteger getMask(NodeClass... list)
getMask
public static UnsignedInteger getMask(Collection<NodeClass> list)
getSet
public static EnumSet<NodeClass> getSet(UnsignedInteger mask)
getSet
public static EnumSet<NodeClass> getSet(int mask)
Copyright © 2018. All rights reserved.