public interface INamed extends Comparable<INamed>
As this is an interface, there is no guaranty that an Object implementing this interface has a name attribute. How the name is defined is then let to the implementing object.
Modifier and Type | Method and Description |
---|---|
String |
name()
The name of the Object that implements this interface.
|
compareTo
String name()
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.