Package io.atomix.utils
Interface Type
-
- All Known Subinterfaces:
ConfiguredType<C>,NamedType
public interface TypeIdentifier interface for types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Returns the type name.
-
-
-
Method Detail
-
name
String name()
Returns the type name.- Returns:
- the type name
-
-