All Implemented Interfaces:
Serializable

public class AttributeWriteMask extends OptionSetUI32<AttributeWriteMask.Field>
See Also:
  • Constructor Details

    • AttributeWriteMask

      public AttributeWriteMask(UInteger value)
  • 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

      public UInteger getValue()
      Overrides:
      getValue in class OptionSetUI32<AttributeWriteMask.Field>
    • toSet

      public Set<AttributeWriteMask.Field> toSet()
      Description copied from class: OptionSetUInteger
      Get the Set of fields that have their bit set.
      Specified by:
      toSet in class OptionSetUInteger<AttributeWriteMask.Field>
      Returns:
      the Set of fields that have their bit set.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • of

      public static AttributeWriteMask of(AttributeWriteMask.Field... fields)