|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.util.ManualMappingDefinition
public class ManualMappingDefinition
Maps a class to a read handler and a write handler.
| Constructor Summary | |
|---|---|
ManualMappingDefinition(Class baseClass,
String readHandler,
String writeHandler)
Creates a mapping between the class and the read and write handlers. |
|
| Method Summary | |
|---|---|
Class |
getBaseClass()
Returns the class. |
String |
getReadHandler()
Returns the name of the read handler. |
String |
getWriteHandler()
Returns the name of the write handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManualMappingDefinition(Class baseClass,
String readHandler,
String writeHandler)
baseClass - the class (null not permitted).readHandler - the name of the read handler.writeHandler - the name of the write handler.| Method Detail |
|---|
public Class getBaseClass()
public String getReadHandler()
public String getWriteHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||