|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XAttributeNameMap
| Method Summary | |
|---|---|
String |
getMappingName()
Returns the name of this mapping. |
String |
map(String attributeKey)
Returns the name mapped onto the provided attribute key by this mapping. |
String |
map(XAttribute attribute)
Returns the name mapped onto the provided attribute by this mapping. |
| Method Detail |
|---|
String getMappingName()
String map(XAttribute attribute)
null is returned.
attribute - Attribute to retrieve mapping for.
null, if no such mapping exists.String map(String attributeKey)
null is returned.
attributeKey - Attribute key to retrieve mapping for.
null, if no such mapping exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||