Package io.atomix.utils
Interface Named
-
- All Known Subinterfaces:
ConfiguredType<C>,NamedType
- All Known Implementing Classes:
AbstractNamed
public interface NamedNamed object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Returns the object name.
-
-
-
Method Detail
-
name
String name()
Returns the object name.- Returns:
- the object name
-
-