Class PermissionType
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<PermissionType.Field>
org.eclipse.milo.opcua.stack.core.types.structured.PermissionType
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleangetCall()booleanbooleanbooleanbooleanbooleangetRead()booleanbooleanbooleanbooleangetValue()booleangetWrite()booleanbooleanbooleanstatic PermissionTypeof(PermissionType.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
-
PermissionType
-
-
Method Details
-
getBrowse
public boolean getBrowse() -
getReadRolePermissions
public boolean getReadRolePermissions() -
getWriteAttribute
public boolean getWriteAttribute() -
getWriteRolePermissions
public boolean getWriteRolePermissions() -
getWriteHistorizing
public boolean getWriteHistorizing() -
getRead
public boolean getRead() -
getWrite
public boolean getWrite() -
getReadHistory
public boolean getReadHistory() -
getInsertHistory
public boolean getInsertHistory() -
getModifyHistory
public boolean getModifyHistory() -
getDeleteHistory
public boolean getDeleteHistory() -
getReceiveEvents
public boolean getReceiveEvents() -
getCall
public boolean getCall() -
getAddReference
public boolean getAddReference() -
getRemoveReference
public boolean getRemoveReference() -
getDeleteNode
public boolean getDeleteNode() -
getAddNode
public boolean getAddNode() -
getValue
- Overrides:
getValuein classOptionSetUI32<PermissionType.Field>
-
toSet
Description copied from class:OptionSetUIntegerGet theSetof fields that have their bit set.- Specified by:
toSetin classOptionSetUInteger<PermissionType.Field>- Returns:
- the
Setof fields that have their bit set.
-
toString
-
of
-