Schnittstelle OptionName


public interface OptionName
An interface for a class representing the name of an option. This is useful e.g. if enums are defined for option names. $Id: OptionName.java 1331190 2012-04-27 02:41:35Z tfischer $
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    returns the name of the source element.
  • Methodendetails

    • getName

      String getName()
      returns the name of the source element.
      Gibt zurück:
      the name of the source element, not null.