net.sourceforge.cruisecontrol.sourcecontrols
Class SSCM.SSCMCLIBoolParam

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.sourcecontrols.SSCM.SSCMCLIParam
      extended bynet.sourceforge.cruisecontrol.sourcecontrols.SSCM.SSCMCLIBoolParam
Enclosing class:
SSCM

public static class SSCM.SSCMCLIBoolParam
extends SSCM.SSCMCLIParam


Constructor Summary
SSCM.SSCMCLIBoolParam(java.lang.String strParamNameIN, java.lang.String strParamIN, boolean fIsRequiredIN)
           
 
Method Summary
 java.lang.String getFormatted()
           
 void setData(java.lang.Object obj)
           
 
Methods inherited from class net.sourceforge.cruisecontrol.sourcecontrols.SSCM.SSCMCLIParam
checkRequired, getParam, getParamName, isRequired, isSet, setRequired, setSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSCM.SSCMCLIBoolParam

public SSCM.SSCMCLIBoolParam(java.lang.String strParamNameIN,
                             java.lang.String strParamIN,
                             boolean fIsRequiredIN)
Method Detail

setData

public void setData(java.lang.Object obj)
Specified by:
setData in class SSCM.SSCMCLIParam

getFormatted

public java.lang.String getFormatted()
Specified by:
getFormatted in class SSCM.SSCMCLIParam