org.jfree.xml.util
public class MultiplexMappingEntry extends Object
| Constructor Summary | |
|---|---|
| MultiplexMappingEntry(String attributeValue, String targetClass)
Creates a new instance.
| |
| Method Summary | |
|---|---|
| String | getAttributeValue()
Returns the attribute value.
|
| String | getTargetClass()
Returns the target class.
|
Parameters: attributeValue the attribute value. targetClass the target class.
Returns: The attribute value.
Returns: The target class.