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