-
- All Known Subinterfaces:
JImageFeature
public interface NamedAn interface that describe an object that can be named.- Since:
- 1.0.9
- Version:
- "1.0.14" - b202111241200L
- Author:
- Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the object.voidsetName(String name)Set the name of the object.
-
-
-
Method Detail
-
getName
String getName()
Get the name of the object.- Returns:
- the name of the object.
- See Also:
setName(String)
-
-