|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.util.options.Option
com.satline.util.options.IntegerOption
public class IntegerOption
| Constructor Summary | |
|---|---|
IntegerOption(java.lang.String longName,
char shortName,
int defaultValue)
|
|
| Method Summary | |
|---|---|
int |
getValue()
|
void |
setBoolean(boolean value)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerOption(java.lang.String longName,
char shortName,
int defaultValue)
| Method Detail |
|---|
public void setValue(java.lang.String value)
throws OptionException
setValue in class OptionOptionException
public void setBoolean(boolean value)
throws OptionException
setBoolean in class OptionOptionExceptionpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||