org.jfree.xml.util

Class MultiplexMappingEntry


public class MultiplexMappingEntry
extends java.lang.Object

A multiplex mapping entry.

Constructor Summary

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

Method Summary

String
getAttributeValue()
Returns the attribute value.
String
getTargetClass()
Returns the target class.

Constructor Details

MultiplexMappingEntry

public MultiplexMappingEntry(String attributeValue,
                             String targetClass)
Creates a new instance.
Parameters:
attributeValue - the attribute value.
targetClass - the target class.

Method Details

getAttributeValue

public String getAttributeValue()
Returns the attribute value.
Returns:
The attribute value.

getTargetClass

public String getTargetClass()
Returns the target class.
Returns:
The target class.