org.jfree.xml.util
public class MultiplexMappingDefinition extends Object
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.
|
Parameters: baseClass the class. attributeName the attribute name. entries the entries.
Returns: The attribute name.
Returns: The class.
Parameters: clazz the class.
Returns: The mapping entry.
Parameters: type the type.
Returns: The mapping entry.