Class AccessLevelExType
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<AccessLevelExType.Field>
org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleangetValue()booleanstatic AccessLevelExTypeof(AccessLevelExType.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
-
AccessLevelExType
-
-
Method Details
-
getCurrentRead
public boolean getCurrentRead() -
getCurrentWrite
public boolean getCurrentWrite() -
getHistoryRead
public boolean getHistoryRead() -
getHistoryWrite
public boolean getHistoryWrite() -
getSemanticChange
public boolean getSemanticChange() -
getStatusWrite
public boolean getStatusWrite() -
getTimestampWrite
public boolean getTimestampWrite() -
getNonatomicRead
public boolean getNonatomicRead() -
getNonatomicWrite
public boolean getNonatomicWrite() -
getWriteFullArrayOnly
public boolean getWriteFullArrayOnly() -
getNoSubDataTypes
public boolean getNoSubDataTypes() -
getNonVolatile
public boolean getNonVolatile() -
getConstant
public boolean getConstant() -
getValue
- Overrides:
getValuein classOptionSetUI32<AccessLevelExType.Field>
-
toSet
Description copied from class:OptionSetUIntegerGet theSetof fields that have their bit set.- Specified by:
toSetin classOptionSetUInteger<AccessLevelExType.Field>- Returns:
- the
Setof fields that have their bit set.
-
toString
-
of
-