|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.generator.model.MultiplexMappingInfo
public class MultiplexMappingInfo
Defines the multiplex entries for a certain base class. Multiplexers are used to select a specific handler if more than one class will match the property type.
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiplexMappingInfo(Class baseClass)
baseClass
- the base class.public MultiplexMappingInfo(Class baseClass, String typeAttribute)
baseClass
- the base class (null
not permitted).typeAttribute
- the type attribute (null
not permitted).Method Detail |
---|
public Class getBaseClass()
public String getTypeAttribute()
public TypeInfo[] getChildClasses()
public void setChildClasses(TypeInfo[] childClasses)
childClasses
- the child classes.public Comments getComments()
public void setComments(Comments comments)
comments
- the comments.public String getSource()
public void setSource(String source)
source
- the source.public boolean equals(Object o)
equals
in class Object
o
- the other object.
public int hashCode()
hashCode
in class Object
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |