Class AttributeAccess

java.lang.Object
org.jboss.as.controller.registry.AttributeAccess

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

    • getAccessType

      public AttributeAccess.AccessType getAccessType()
      Get the access type.
      Returns:
      the access type
    • getStorageType

      public AttributeAccess.Storage getStorageType()
      Get the storage type.
      Returns:
      the storage type
    • 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.
    • getAttributeDefinition

      public AttributeDefinition getAttributeDefinition()
    • getFlags

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