Class AttributeWriteMask
java.lang.Object
java.lang.Number
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UNumber
org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger<F>
org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUI32<AttributeWriteMask.Field>
org.eclipse.milo.opcua.stack.core.types.structured.AttributeWriteMask
- All Implemented Interfaces:
Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
OptionSetUInteger.BitIndex -
Field Summary
Fields inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleangetValue()booleanbooleanbooleanstatic AttributeWriteMaskof(AttributeWriteMask.Field... fields) toSet()Get theSetof fields that have their bit set.toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
containsAll, containsAll, doubleValue, equals, floatValue, get, get, hashCode, intValue, longValueMethods inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UNumber
toBigIntegerMethods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
AttributeWriteMask
-
-
Method Details
-
getAccessLevel
public boolean getAccessLevel() -
getArrayDimensions
public boolean getArrayDimensions() -
getBrowseName
public boolean getBrowseName() -
getContainsNoLoops
public boolean getContainsNoLoops() -
getDataType
public boolean getDataType() -
getDescription
public boolean getDescription() -
getDisplayName
public boolean getDisplayName() -
getEventNotifier
public boolean getEventNotifier() -
getExecutable
public boolean getExecutable() -
getHistorizing
public boolean getHistorizing() -
getInverseName
public boolean getInverseName() -
getIsAbstract
public boolean getIsAbstract() -
getMinimumSamplingInterval
public boolean getMinimumSamplingInterval() -
getNodeClass
public boolean getNodeClass() -
getNodeId
public boolean getNodeId() -
getSymmetric
public boolean getSymmetric() -
getUserAccessLevel
public boolean getUserAccessLevel() -
getUserExecutable
public boolean getUserExecutable() -
getUserWriteMask
public boolean getUserWriteMask() -
getValueRank
public boolean getValueRank() -
getWriteMask
public boolean getWriteMask() -
getValueForVariableType
public boolean getValueForVariableType() -
getDataTypeDefinition
public boolean getDataTypeDefinition() -
getRolePermissions
public boolean getRolePermissions() -
getAccessRestrictions
public boolean getAccessRestrictions() -
getAccessLevelEx
public boolean getAccessLevelEx() -
getValue
- Overrides:
getValuein classOptionSetUI32<AttributeWriteMask.Field>
-
toSet
Description copied from class:OptionSetUIntegerGet theSetof fields that have their bit set.- Specified by:
toSetin classOptionSetUInteger<AttributeWriteMask.Field>- Returns:
- the
Setof fields that have their bit set.
-
toString
-
of
-