com.bristle.javalib.util
Class GetOpt.MaxInteger

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

public static class GetOpt.MaxInteger
extends IntegerWrapper

This class represents a maximum 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.MaxInteger NONE
           
 
Constructor Summary
GetOpt.MaxInteger(int intValue)
           
GetOpt.MaxInteger(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.MaxInteger NONE
Constructor Detail

GetOpt.MaxInteger

public GetOpt.MaxInteger(int intValue)

GetOpt.MaxInteger

public GetOpt.MaxInteger(Integer intValue)