com.bristle.javalib.util
Class GetOpt.MinInteger

java.lang.Object
  extended by com.bristle.javalib.util.IntegerWrapper
      extended by com.bristle.javalib.util.GetOpt.MinInteger
Enclosing class:
GetOpt

public static class GetOpt.MinInteger
extends IntegerWrapper

This class represents a minimum allowable value for an Integer. It is typically used as an argument to the other methods in the enclosing class.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.bristle.javalib.util.IntegerWrapper
IntegerWrapper.Tester
 
Field Summary
static GetOpt.MinInteger NONE
           
 
Constructor Summary
GetOpt.MinInteger(int intValue)
           
GetOpt.MinInteger(Integer intValue)
           
 
Method Summary
 
Methods inherited from class com.bristle.javalib.util.IntegerWrapper
castToString, getInt, getInteger, setInt, setInteger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final GetOpt.MinInteger NONE
Constructor Detail

GetOpt.MinInteger

public GetOpt.MinInteger(int intValue)

GetOpt.MinInteger

public GetOpt.MinInteger(Integer intValue)