Schnittstelle SourceElementName
public interface SourceElementName
An interface for a class respresenting the name of a source element.
This is useful e.g. if enums are defined for element names.
$Id: SourceElementName.java 1331190 2012-04-27 02:41:35Z tfischer $
-
Methodenübersicht
-
Methodendetails
-
getName
String getName()returns the name of the source element.- Gibt zurück:
- the name of the source element, not null.
-