Пример #1
0
 /**
  * Gets the best descriptive name.
  *
  * @return the best descriptive name, not null
  */
 public String getBestName() {
   return LinkUtils.bestName(this);
 }
Пример #2
0
 /**
  * Gets the best available representation.
  *
  * @return the best available representation, not null
  */
 public Object getBest() {
   return LinkUtils.best(this);
 }