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:

Fields inherited from interface ConForM.CoopnTools.CoKer.CoopnOption
ALL, BASIC, EXTENDED
 
Method Summary
 java.lang.String parameterText()
          Return the parameter text of the option; for instance, "file" for option "-o file".
 
Methods inherited from interface ConForM.CoopnTools.CoKer.CoopnOption
decodeCommandLine, decodeDialog, getDialogComponent, getHelpText, getLabel, getLevel, getName
 

Method Detail

parameterText

public java.lang.String parameterText()
Return the parameter text of the option; for instance, "file" for option "-o file".