Interface IQueryScope.IScopeDetails

All Known Implementing Classes:
QueryScope.ScopeDetails
Enclosing interface:
IQueryScope

public static interface IQueryScope.IScopeDetails
User-friendly detail information about a query scope.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the scope.
    Returns the name of the scope.
  • Method Details

    • getName

      String getName()
      Returns the name of the scope.
      Returns:
      the name of the scope. Can't be null.
    • getDescription

      String getDescription()
      Returns the description of the scope.
      Returns:
      the description of the scope. Can't be null.