Interface DescribedType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getDescribed()
      Returns the described type value that is carried in this instance.
      java.lang.Object getDescriptor()
      Returns the Described Type descriptor that identified this instance.
    • Method Detail

      • getDescriptor

        java.lang.Object getDescriptor()
        Returns the Described Type descriptor that identified this instance.
        Returns:
        the descriptor that identifies this instance.
      • getDescribed

        java.lang.Object getDescribed()
        Returns the described type value that is carried in this instance.
        Returns:
        the value carried inside this described instance.