Class DictionaryName<T extends DictionaryName>

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Direct Known Subclasses:
DictionaryLink, RuleDictionary

public abstract class DictionaryName<T extends DictionaryName> extends DictionaryComponent<T>
See Also:
  • Method Details

    • isFullyQualifiedName

      public boolean isFullyQualifiedName()
      A dictionary has a qualified name.
      Overrides:
      isFullyQualifiedName in class DictionaryComponent<T extends DictionaryName>
      Returns:
      boolean flag
    • getFullyQualifiedName

      public String getFullyQualifiedName()
      get the fully qualified link name package.name if some name components are empty, return a legal name, unless all components are empty, then return empty string
      Overrides:
      getFullyQualifiedName in class DictionaryComponent<T extends DictionaryName>
      Returns:
      String fully qualified name
    • getPackageProperty

      public SettableProperty<String> getPackageProperty()
      Get Package Property.
      Returns:
      String SettableProperty
    • getPackage

      public String getPackage()
      Get the package for the linked dictionary. A package is a naming context in the repository.
      Returns:
      the package. "" if the package has not been explicitly set.
    • setPackage

      public void setPackage(String pkg)
      Set the package for the linked dictionary. A package is a naming context in the repository.
      Parameters:
      pkg - the package.
    • getPropertyNames

      public String[] getPropertyNames()
      Overrides:
      getPropertyNames in class DictionaryComponent<T extends DictionaryName>
      Returns:
      Array of property names available.
    • getStoredPropertyNames

      public String[] getStoredPropertyNames()
      Overrides:
      getStoredPropertyNames in class DictionaryComponent<T extends DictionaryName>
      Returns:
      Array of property names which are persisted in the order in which they appear in the schema.