org.LexGrid.util.config.parameter
Class IntParameter
java.lang.Object
org.LexGrid.util.config.parameter.IntParameter
- All Implemented Interfaces:
- java.io.Serializable
public class IntParameter
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IntParameter
public IntParameter(int value)
IntParameter
public IntParameter(java.lang.String value)
getValue
public int getValue()
intValue
public int intValue()
setValue
public void setValue(int value)
increment
public void increment()
decrement
public void decrement()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getUsage
public java.lang.String getUsage()
setUsage
public void setUsage(java.lang.String usage)