| java.lang.Object org.jfree.xml.util.ManualMappingDefinition
ManualMappingDefinition | public class ManualMappingDefinition (Code) | | Maps a class to a read handler and a write handler.
|
ManualMappingDefinition | public ManualMappingDefinition(Class baseClass, String readHandler, String writeHandler)(Code) | | Creates a mapping between the class and the read and write handlers.
Parameters: baseClass - the class (null not permitted). Parameters: readHandler - the name of the read handler. Parameters: writeHandler - the name of the write handler. |
getBaseClass | public Class getBaseClass()(Code) | | Returns the class.
The class. |
getReadHandler | public String getReadHandler()(Code) | | Returns the name of the read handler.
The name of the read handler. |
getWriteHandler | public String getWriteHandler()(Code) | | Returns the name of the write handler.
The name of the write handler. |
|
|