public interface Named
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the simple name of this
T instance. |
String getName()
T instance. (E.g: For a Java type, this is be equivalent to calling,
Class.getSimpleName(). For a Java method, this would be equivalent to calling
getName() ... and so on.Copyright © 2015 JBoss by Red Hat. All rights reserved.