Class MultiplexMappingEntry

    • 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
    • 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.