| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.util.MultiplexMappingDefinitionpublic class MultiplexMappingDefinitionextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
String |
|
Class |
|
MultiplexMappingEntry |
|
MultiplexMappingEntry |
|
public MultiplexMappingDefinition(Class baseClass, String attributeName, MultiplexMappingEntry[] entries)
Creates a new mapping definition.
- Parameters:
baseClass- the class.attributeName- the attribute name.entries- the entries.
public String getAttributeName()
Returns the attribute name.
- Returns:
- The attribute name.
public MultiplexMappingEntry getEntryForClass(String clazz)
Returns a mapping entry for a class.
- Parameters:
clazz- the class.
- Returns:
- The mapping entry.
public MultiplexMappingEntry getEntryForType(String type)
Returns a mapping entry for a type.
- Parameters:
type- the type.
- Returns:
- The mapping entry.