Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
forAttribute (org.eclipse.milo.opcua.stack.core.AttributeId attributeId)
fromMask (org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger accessLevel)
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ArrayDimensions
public static final WriteMask ArrayDimensions
ContainsNoLoops
public static final WriteMask ContainsNoLoops
MinimumSamplingInterval
public static final WriteMask MinimumSamplingInterval
UserAccessLevel
public static final WriteMask UserAccessLevel
ValueForVariableType
public static final WriteMask ValueForVariableType
DataTypeDefinition
public static final WriteMask DataTypeDefinition
RolePermissions
public static final WriteMask RolePermissions
AccessRestrictions
public static final WriteMask AccessRestrictions
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException - if the argument is null
getValue
public int getValue ()
fromMask
public static EnumSet <WriteMask > fromMask (org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger accessLevel)
forAttribute
public static WriteMask forAttribute (org.eclipse.milo.opcua.stack.core.AttributeId attributeId)