/** * Gets the best descriptive name. * * @return the best descriptive name, not null */ public String getBestName() { return LinkUtils.bestName(this); }
/** * Gets the best available representation. * * @return the best available representation, not null */ public Object getBest() { return LinkUtils.best(this); }