|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bristle.javalib.util.IntegerWrapper
com.bristle.javalib.util.GetOpt.MaxInteger
public static class GetOpt.MaxInteger
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 |
---|
public static final GetOpt.MaxInteger NONE
Constructor Detail |
---|
public GetOpt.MaxInteger(int intValue)
public GetOpt.MaxInteger(Integer intValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |