Return a name string (suitable for use by humans) that describes this Container. Within the set of child containers belonging to a particular parent, Container names must be unique. @return The human readable name of this container.
()
| 190 | * @return The human readable name of this container. |
| 191 | */ |
| 192 | String getName(); |
| 193 | |
| 194 | |
| 195 | /** |
no outgoing calls
no test coverage detected