public interface HasName
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
name()
Returns the name of this object.
|
@NotNull @NotNull String name()
The name is an identifier that may be used to distinguish this object from other objects in a collection or system. It is not meant to be unique necessarily, but should provide meaningful information to the developers or users.
Copyright © 2023. All rights reserved.