Class AttributeAccess


  • public final class AttributeAccess
    extends Object
    Information about handling an attribute in a sub-model.
    Author:
    Brian Stansberry
    • Method Detail

      • getReadHandler

        public OperationStepHandler getReadHandler()
        Get the read handler.
        Returns:
        the read handler, null if not defined
      • getWriteHandler

        public OperationStepHandler getWriteHandler()
        Get the write handler.
        Returns:
        the write handler, null if not defined.
      • getFlags

        public Set<AttributeAccess.Flag> getFlags()
        Gets the flags associated with this attribute.
        Returns:
        the flags. Will not return null