public final class AttributeAccess extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AttributeAccess.AccessType
Indicates how an attributed is accessed.
|
static class |
AttributeAccess.Flag
Flags to indicate special characteristics of an attribute
|
static class |
AttributeAccess.Storage
Indicates whether an attribute is derived from the persistent configuration or is a purely runtime attribute.
|
Modifier and Type | Method and Description |
---|---|
AttributeAccess.AccessType |
getAccessType()
Get the access type.
|
AttributeDefinition |
getAttributeDefinition() |
Set<AttributeAccess.Flag> |
getFlags()
Gets the flags associated with this attribute.
|
OperationStepHandler |
getReadHandler()
Get the read handler.
|
AttributeAccess.Storage |
getStorageType()
Get the storage type.
|
OperationStepHandler |
getWriteHandler()
Get the write handler.
|
public AttributeAccess.AccessType getAccessType()
public AttributeAccess.Storage getStorageType()
public OperationStepHandler getReadHandler()
null
if not definedpublic OperationStepHandler getWriteHandler()
null
if not defined.public AttributeDefinition getAttributeDefinition()
public Set<AttributeAccess.Flag> getFlags()
null
Copyright © 2023 JBoss by Red Hat. All rights reserved.