Package org.jfree.xml.util
Class MultiplexMappingEntry
java.lang.Object
org.jfree.xml.util.MultiplexMappingEntry
A multiplex mapping entry.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiplexMappingEntry
(String attributeValue, String targetClass) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the attribute value.Returns the target class.
-
Constructor Details
-
MultiplexMappingEntry
Creates a new instance.- Parameters:
attributeValue
- the attribute value.targetClass
- the target class.
-
-
Method Details
-
getAttributeValue
Returns the attribute value.- Returns:
- The attribute value.
-
getTargetClass
Returns the target class.- Returns:
- The target class.
-