org.LexGrid.util.config.parameter
Class IntParameter

java.lang.Object
  extended by 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

Constructor Summary
IntParameter(int value)
           
IntParameter(java.lang.String value)
           
 
Method Summary
 void decrement()
           
 java.lang.String getUsage()
           
 int getValue()
           
 void increment()
           
 int intValue()
           
 void setUsage(java.lang.String usage)
           
 void setValue(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntParameter

public IntParameter(int value)

IntParameter

public IntParameter(java.lang.String value)
Method Detail

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)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.