|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.openharbor.beck.marshal.DefaultMarshaller com.openharbor.beck.marshal.EnumerationMarshaller
Marshals an enumeration that has a getValue method.
Field Summary | |
protected static java.lang.Class[] |
NO_PARAMETERS
|
Fields inherited from class com.openharbor.beck.marshal.DefaultMarshaller |
log |
Constructor Summary | |
EnumerationMarshaller()
|
Method Summary | |
java.lang.String |
getText(java.lang.Object parent,
Getter source,
java.lang.Object child,
XMLWriter out)
Copy data as a String, for use as XML element text or an XML attribute value. |
Methods inherited from class com.openharbor.beck.marshal.DefaultMarshaller |
getXML, getXMLSource, marshal, marshalMember, writeAsElement, writeNull, writeSimply |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.Class[] NO_PARAMETERS
Constructor Detail |
public EnumerationMarshaller()
Method Detail |
public java.lang.String getText(java.lang.Object parent, Getter source, java.lang.Object child, XMLWriter out) throws java.lang.Exception
Marshaller
getText
in interface Marshaller
getText
in class DefaultMarshaller
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |