Class MultiplexMappingEntry

java.lang.Object
org.jfree.xml.util.MultiplexMappingEntry

public class MultiplexMappingEntry extends Object
A multiplex mapping entry.
  • 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

      Returns the attribute value.
      Returns:
      The attribute value.
    • getTargetClass

      Returns the target class.
      Returns:
      The target class.