Package org.jfree.xml.util
Class MultiplexMappingEntry
- java.lang.Object
-
- org.jfree.xml.util.MultiplexMappingEntry
-
public class MultiplexMappingEntry extends java.lang.Object
A multiplex mapping entry.
-
-
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.String
getAttributeValue()
Returns the attribute value.java.lang.String
getTargetClass()
Returns the target class.
-
-
-
Constructor Detail
-
MultiplexMappingEntry
public MultiplexMappingEntry(java.lang.String attributeValue, java.lang.String targetClass)
Creates a new instance.- Parameters:
attributeValue
- the attribute value.targetClass
- the target class.
-
-
Method Detail
-
getAttributeValue
public java.lang.String getAttributeValue()
Returns the attribute value.- Returns:
- The attribute value.
-
getTargetClass
public java.lang.String getTargetClass()
Returns the target class.- Returns:
- The target class.
-
-