Package org.jboss.as.controller.registry
Class AttributeAccess
java.lang.Object
org.jboss.as.controller.registry.AttributeAccess
Information about handling an attribute in a sub-model.
- Author:
- Brian Stansberry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates how an attributed is accessed.static enumFlags to indicate special characteristics of an attributestatic enumIndicates whether an attribute is derived from the persistent configuration or is a purely runtime attribute. -
Method Summary
Modifier and TypeMethodDescriptionGet the access type.getFlags()Gets the flags associated with this attribute.Get the read handler.Get the storage type.Get the write handler.
-
Method Details
-
getAccessType
Get the access type.- Returns:
- the access type
-
getStorageType
Get the storage type.- Returns:
- the storage type
-
getReadHandler
Get the read handler.- Returns:
- the read handler,
nullif not defined
-
getWriteHandler
Get the write handler.- Returns:
- the write handler,
nullif not defined.
-
getAttributeDefinition
-
getFlags
Gets the flags associated with this attribute.- Returns:
- the flags. Will not return
null
-