Package org.jfree.xml.util
Class MultiplexMappingEntry
- java.lang.Object
-
- org.jfree.xml.util.MultiplexMappingEntry
-
public class MultiplexMappingEntry extends Object
A multiplex mapping entry.
-
-
Constructor Summary
Constructors Constructor Description MultiplexMappingEntry(String attributeValue, String targetClass)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeValue()
Returns the attribute value.String
getTargetClass()
Returns the target class.
-