org.virion.jam.app
Class Arguments.IntegerOption
java.lang.Object
org.virion.jam.app.Arguments.Option
org.virion.jam.app.Arguments.IntegerOption
- Direct Known Subclasses:
- Arguments.IntegerArrayOption
- Enclosing class:
- Arguments
public static class Arguments.IntegerOption
- extends Arguments.Option
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Arguments.IntegerOption
public Arguments.IntegerOption(String label,
String description)
Arguments.IntegerOption
public Arguments.IntegerOption(String label,
int minValue,
int maxValue,
String description)