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 and Description |
---|
ManualMappingInfo(Class baseClass,
Class readHandler,
Class writeHandler)
Creates a new manual mapping instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public Class getBaseClass()
public Class getReadHandler()
public Class getWriteHandler()
public Comments getComments()
public void setComments(Comments comments)
comments
- the comments.public String getSource()
public void setSource(String source)
source
- the source.Copyright © 2001–2018 JFree.org. All rights reserved.