@Beta
public interface NameRepository
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nameFor(java.lang.Object object)
Returns the name for the specified object or
null in case the repository does not know about the object. |
java.lang.String nameFor(java.lang.Object object)
null in case the repository does not know about the object.object - the object for which to retrieve the namnull if the object is not known by the repository.