public interface MappedAttributeDefinition
AttributeDefinition that is mapped directly to a field within a RepositoryConfiguration.| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Get the name of the mapped field in the
RepositoryConfiguration. |
List<String> |
getPathToContainerOfField()
Get the path to the field that contains the mapped field within the
RepositoryConfiguration. |
List<String> |
getPathToField()
Get the path to the field within the
RepositoryConfiguration. |
Object |
getTypedValue(org.jboss.dmr.ModelNode node)
Obtain from the supplied model node value the value that can be used in the RepositoryConfiguration field.
|
List<String> getPathToField()
RepositoryConfiguration.List<String> getPathToContainerOfField()
RepositoryConfiguration.String getFieldName()
RepositoryConfiguration.Object getTypedValue(org.jboss.dmr.ModelNode node) throws org.jboss.as.controller.OperationFailedException
node - the model node valueorg.jboss.as.controller.OperationFailedException - if there was an error obtaining the value from the model nodeCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.