net.sf.clichart.main.cliserver
Class IntOptionSetter

java.lang.Object
  extended by net.sf.clichart.main.cliserver.AbstractOptionSetter
      extended by net.sf.clichart.main.cliserver.IntegerOptionSetterBase
          extended by net.sf.clichart.main.cliserver.IntOptionSetter
All Implemented Interfaces:
OptionSetter

public class IntOptionSetter
extends IntegerOptionSetterBase

Option setter for int properties. Works both for options taking an int argument, and non-arg options that are mapped onto a call with an int arg

Author:
johnd

Constructor Summary
IntOptionSetter(java.lang.String setterName)
           
IntOptionSetter(java.lang.String setterName, int argument)
           
 
Method Summary
protected  java.lang.Class[] getParameterType()
           
 
Methods inherited from class net.sf.clichart.main.cliserver.IntegerOptionSetterBase
setValue
 
Methods inherited from class net.sf.clichart.main.cliserver.AbstractOptionSetter
setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntOptionSetter

public IntOptionSetter(java.lang.String setterName)

IntOptionSetter

public IntOptionSetter(java.lang.String setterName,
                       int argument)
Method Detail

getParameterType

protected java.lang.Class[] getParameterType()
Specified by:
getParameterType in class AbstractOptionSetter