Interface IObjectDescription


public interface IObjectDescription
The model object description introduced by its localized symbolic link and hosted project name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the target object localized symbolic link.
    Returns the target object hosted project name.
  • Method Details

    • getLocalizedSymlink

      String getLocalizedSymlink()
      Returns the target object localized symbolic link.
      Returns:
      the localized symbolic link, never null
    • getProjectName

      String getProjectName()
      Returns the target object hosted project name.
      Returns:
      the hosted project name, never null