org.jfree.xml.generator.model
public class MultiplexMappingInfo extends Object
Multiplexers override automatic mappings and can be redefined using manual mappings.
Constructor Summary | |
---|---|
MultiplexMappingInfo(Class baseClass)
Creates a new instance for the specified class.
| |
MultiplexMappingInfo(Class baseClass, String typeAttribute)
Creates a new instance for the specified class.
|
Method Summary | |
---|---|
boolean | equals(Object o)
Tests this object for equality with another object.
|
Class | getBaseClass()
Returns the base class.
|
TypeInfo[] | getChildClasses()
Returns the child classes.
|
Comments | getComments()
Returns the comments.
|
String | getSource()
Returns the source.
|
String | getTypeAttribute()
Returns the type attribute.
|
int | hashCode()
Returns a hash code for this object.
|
void | setChildClasses(TypeInfo[] childClasses)
Sets the child classes.
|
void | setComments(Comments comments)
Sets the comments.
|
void | setSource(String source)
Sets the source.
|
Parameters: baseClass the base class.
Parameters: baseClass the base class (null
not permitted). typeAttribute the type attribute (null
not permitted).
Parameters: o the other object.
Returns: A boolean.
Returns: The base class.
Returns: The child classes.
Returns: The comments.
Returns: The source.
Returns: The type attribute.
Returns: A hash code.
Parameters: childClasses the child classes.
Parameters: comments the comments.
Parameters: source the source.