public interface IXMLResolver<E extends java.lang.Enum<E>,A extends java.lang.Enum<A>>
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String resolveAttributeName(A attribute)
java.lang.String resolveElementName(E element)
java.lang.Class<A> getAttributeClass()