ConForM.CoopnTools.CoKer
Interface CoopnParamOption
- All Superinterfaces:
- CoopnOption
- All Known Implementing Classes:
- CoopnChoiceOption, CoopnIntegerOption, CoopnMultiTextOption, CoopnTextOption
- public interface CoopnParamOption
- extends CoopnOption
Option with parameter in CO-OPN tools environments. The values of these options may be
given by decoding a specific option in the
command line or by an apposite graphical dialog. A default value is
added (when possible) or supplied, from an environment property
- See Also:
Method Summary |
java.lang.String |
parameterText()
Return the parameter text of the option; for instance, "file" for option
"-o file". |
parameterText
public java.lang.String parameterText()
- Return the parameter text of the option; for instance, "file" for option
"-o file".