Interface BaseDescription
-
- All Known Subinterfaces:
BaseDescriptionDocument,Description
- All Known Implementing Classes:
AbstractBaseDescription,AbstractBaseDescriptionDocument,ArgumentTypeDescription,DescriptionImpl,PackageDescriptionDocument,ResourceDescription,SchemaDescriptionDocument,TypeDescription
public interface BaseDescriptionInterface for base description- Author:
- drq
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description of this base descriptionjava.lang.StringgetId()Gets the id of this base descriptionjava.lang.StringgetShortName()Gets the short name of this base description
-
-
-
Method Detail
-
getId
java.lang.String getId()
Gets the id of this base description- Returns:
- id
-
getShortName
java.lang.String getShortName()
Gets the short name of this base description- Returns:
- short name
-
getDescription
java.lang.String getDescription()
Gets the description of this base description- Returns:
- description
-
-