public class MHawkBooleanParameter extends MHawkParameter
Constructor and Description |
---|
MHawkBooleanParameter(java.lang.String pName,
java.lang.String helpStr,
java.lang.Boolean sample)
Deprecated.
Output parameter constructor
|
MHawkBooleanParameter(java.lang.String pName,
java.lang.String helpStr,
java.util.Vector valChoices,
java.util.Vector legalChoices)
Deprecated.
Input parameter constructor - if both valChoices and legalChoices are specified
the latter is used.
|
getHelpString, getLegalChoices, getParameterName, getSample, getType, getValueChoices
public MHawkBooleanParameter(java.lang.String pName, java.lang.String helpStr, java.util.Vector valChoices, java.util.Vector legalChoices) throws MHawkException
MHawkException
- On specified choices, if any, that are not Booleanpublic MHawkBooleanParameter(java.lang.String pName, java.lang.String helpStr, java.lang.Boolean sample) throws MHawkException
MHawkException
- On specified choices, if any, that are not Boolean