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