public interface Named<T>
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 Member.getName() ... and so on.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.