net.rfb
Class IntParameter

java.lang.Object
  extended by net.rfb.VoidParameter
      extended by net.rfb.IntParameter

public class IntParameter
extends VoidParameter


Constructor Summary
IntParameter(java.lang.String name_, java.lang.String desc_, int v)
           
 
Method Summary
 java.lang.String getDefaultStr()
           
 int getValue()
           
 java.lang.String getValueStr()
           
 boolean setParam(java.lang.String v)
           
 
Methods inherited from class net.rfb.VoidParameter
getDescription, getName, isBool, setParam
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntParameter

public IntParameter(java.lang.String name_,
                    java.lang.String desc_,
                    int v)
Method Detail

setParam

public boolean setParam(java.lang.String v)
Specified by:
setParam in class VoidParameter

getDefaultStr

public java.lang.String getDefaultStr()
Specified by:
getDefaultStr in class VoidParameter

getValueStr

public java.lang.String getValueStr()
Specified by:
getValueStr in class VoidParameter

getValue

public int getValue()