|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappedAttributeDefinition
An AttributeDefinition
that is mapped directly to a field within a RepositoryConfiguration
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 value
org.jboss.as.controller.OperationFailedException
- if there was an error obtaining the value from the model node
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |