Interface BaseDescription

All Known Subinterfaces:
BaseDescriptionDocument, Description
All Known Implementing Classes:
AbstractBaseDescription, AbstractBaseDescriptionDocument, ArgumentTypeDescription, DescriptionImpl, PackageDescriptionDocument, ResourceDescription, SchemaDescriptionDocument, TypeDescription

public interface BaseDescription
Interface for base description
Author:
drq
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description of this base description
    Gets the id of this base description
    Gets the short name of this base description
  • Method Details

    • getId

      String getId()
      Gets the id of this base description
      Returns:
      id
    • getShortName

      String getShortName()
      Gets the short name of this base description
      Returns:
      short name
    • getDescription

      String getDescription()
      Gets the description of this base description
      Returns:
      description