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