|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXMLResolver<E extends Enum<E>,A extends Enum<A>>
Interface for resolution of element and attribute names.
| Method Summary | |
|---|---|
Class<A> |
getAttributeClass()
Returns the class of the attribute enumeration. |
String |
resolveAttributeName(A attribute)
Returns for an attribute the name which should be used in the XML file. |
String |
resolveElementName(E element)
Returns for an element the name which should be used in the XML file. |
| Method Detail |
|---|
String resolveAttributeName(A attribute)
String resolveElementName(E element)
Class<A> getAttributeClass()
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||