Interface QueryDescribeTarget


public interface QueryDescribeTarget
Represents the Query Describe result for the query target.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the label of the query target.
    Retrieves the name of the query target.
  • Method Details

    • getName

      String getName()
      Retrieves the name of the query target.
      Returns:
      the query target name
    • getLabel

      String getLabel()
      Retrieves the label of the query target.
      Returns:
      the query target label