Class AccessRestrictionType
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.OptionSetUI16<AccessRestrictionType.Field>
org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleangetValue()static AccessRestrictionTypeof(AccessRestrictionType.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
-
AccessRestrictionType
-
-
Method Details
-
getSigningRequired
public boolean getSigningRequired() -
getEncryptionRequired
public boolean getEncryptionRequired() -
getSessionRequired
public boolean getSessionRequired() -
getApplyRestrictionsToBrowse
public boolean getApplyRestrictionsToBrowse() -
getValue
- Overrides:
getValuein classOptionSetUI16<AccessRestrictionType.Field>
-
toSet
Description copied from class:OptionSetUIntegerGet theSetof fields that have their bit set.- Specified by:
toSetin classOptionSetUInteger<AccessRestrictionType.Field>- Returns:
- the
Setof fields that have their bit set.
-
toString
-
of
-