Class MultiplexMappingEntry


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