Class MultiplexMappingEntry

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

public class MultiplexMappingEntry extends Object
A multiplex mapping entry.
  • Field Details

    • attributeValue

      private String attributeValue
      The attribute value.
    • targetClass

      private String targetClass
      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.