org.jfree.xml.util

Class MultiplexMappingEntry

public class MultiplexMappingEntry extends Object

A multiplex mapping entry.
Constructor Summary
MultiplexMappingEntry(String attributeValue, String targetClass)
Creates a new instance.
Method Summary
StringgetAttributeValue()
Returns the attribute value.
StringgetTargetClass()
Returns the target class.

Constructor Detail

MultiplexMappingEntry

public MultiplexMappingEntry(String attributeValue, String targetClass)
Creates a new instance.

Parameters: attributeValue the attribute value. targetClass the target class.

Method Detail

getAttributeValue

public String getAttributeValue()
Returns the attribute value.

Returns: The attribute value.

getTargetClass

public String getTargetClass()
Returns the target class.

Returns: The target class.