| java.lang.Object org.jfree.xml.util.MultiplexMappingEntry
MultiplexMappingEntry | public class MultiplexMappingEntry (Code) | | A multiplex mapping entry.
|
MultiplexMappingEntry | public MultiplexMappingEntry(String attributeValue, String targetClass)(Code) | | Creates a new instance.
Parameters: attributeValue - the attribute value. Parameters: targetClass - the target class. |
getAttributeValue | public String getAttributeValue()(Code) | | Returns the attribute value.
The attribute value. |
getTargetClass | public String getTargetClass()(Code) | | Returns the target class.
The target class. |
|
|