|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.util.MultiplexMappingDefinition
public class MultiplexMappingDefinition
Maps a class to ...
| Constructor Summary | |
|---|---|
MultiplexMappingDefinition(Class baseClass,
String attributeName,
MultiplexMappingEntry[] entries)
Creates a new mapping definition. |
|
| Method Summary | |
|---|---|
String |
getAttributeName()
Returns the attribute name. |
Class |
getBaseClass()
Returns the class. |
MultiplexMappingEntry |
getEntryForClass(String clazz)
Returns a mapping entry for a class. |
MultiplexMappingEntry |
getEntryForType(String type)
Returns a mapping entry for a type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiplexMappingDefinition(Class baseClass,
String attributeName,
MultiplexMappingEntry[] entries)
baseClass - the class.attributeName - the attribute name.entries - the entries.| Method Detail |
|---|
public String getAttributeName()
public Class getBaseClass()
public MultiplexMappingEntry getEntryForType(String type)
type - the type.
public MultiplexMappingEntry getEntryForClass(String clazz)
clazz - the class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||