Interface TerminologyEntry

All Known Implementing Classes:
TerminologyEntryImpl, ValidatedTerminologyEntryImpl

@ExperimentalApi public interface TerminologyEntry
Represents name mappings of original name and its plural version that will be visible as the new name and the plural version of the new name .
Since:
v8.15
  • Method Details

    • getOriginalName

      String getOriginalName()
      Returns:
      the original name that will be mapped
    • getOriginalNamePlural

      String getOriginalNamePlural()
      Returns:
      the plural version of the original name that will be mapped
    • getNewName

      String getNewName()
      Returns:
      the new name that will be visible in place of the original name
    • getNewNamePlural

      String getNewNamePlural()
      Returns:
      plural version of the new name that will be visible in place of the plural version of the original name
    • hasNonOriginalNames

      boolean hasNonOriginalNames()
      Returns:
      true if either getNewName() or getNewNamePlural() is different than original getOriginalName() or getOriginalNamePlural().