Interface DescribedType

All Known Implementing Classes:
UnknownDescribedType

public interface DescribedType
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the described type value that is carried in this instance.
    Returns the Described Type descriptor that identified this instance.
  • Method Details

    • getDescriptor

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

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