Class MultiplexMappingEntry


  • public class MultiplexMappingEntry
    extends java.lang.Object
    A multiplex mapping entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attributeValue
      The attribute value.
      private java.lang.String targetClass
      The target class.
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiplexMappingEntry​(java.lang.String attributeValue, java.lang.String targetClass)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeValue()
      Returns the attribute value.
      java.lang.String getTargetClass()
      Returns the target class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attributeValue

        private java.lang.String attributeValue
        The attribute value.
      • targetClass

        private java.lang.String targetClass
        The target class.
    • Constructor Detail

      • MultiplexMappingEntry

        public MultiplexMappingEntry​(java.lang.String attributeValue,
                                     java.lang.String targetClass)
        Creates a new instance.
        Parameters:
        attributeValue - the attribute value.
        targetClass - the target class.
    • Method Detail

      • getAttributeValue

        public java.lang.String getAttributeValue()
        Returns the attribute value.
        Returns:
        The attribute value.
      • getTargetClass

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