public interface OptionEnum
Interface implemented by enums that can be used as options.
- Author:
- Damien Carbonne
-
Method Summary
-
Method Details
-
getName
- Returns:
- The option long name.
-
getShortName
- Returns:
- The optional option short name.
The default implementation returns null.
-
getDescription
- Returns:
- The option description.