org.jfree.xml.generator.model
public class ManualMappingInfo extends Object
Manual mappings will not be created by the generator, they have to be defined manually. The parser will print warnings, if the definitions are invalid.
Manual mappings will always override automatic mappings.
Constructor Summary | |
---|---|
ManualMappingInfo(Class baseClass, Class readHandler, Class writeHandler)
Creates a new manual mapping instance.
|
Method Summary | |
---|---|
Class | getBaseClass()
Returns the base class.
|
Comments | getComments()
Returns the comments.
|
Class | getReadHandler()
Returns the read handler class.
|
String | getSource()
Returns the source.
|
Class | getWriteHandler()
Returns the write handler class.
|
void | setComments(Comments comments)
Sets the comments.
|
void | setSource(String source)
Sets the source.
|
Parameters: baseClass the base class. readHandler the read handler class. writeHandler the write handler class.
Returns: The base class.
Returns: The comments.
Returns: The read handler class.
Returns: The source.
Returns: The write handler class.
Parameters: comments the comments.
Parameters: source the source.