|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Limit.Type | |
|---|---|
| bpiwowar.argparser.checkers | Checking command line arguments |
| bpiwowar.argparser.handlers | Handling and storing argument values |
| Uses of Limit.Type in bpiwowar.argparser.checkers |
|---|
| Methods in bpiwowar.argparser.checkers that return Limit.Type | |
|---|---|
static Limit.Type |
Limit.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Limit.Type[] |
Limit.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in bpiwowar.argparser.checkers with parameters of type Limit.Type | |
|---|---|
void |
Limit.setType(Limit.Type type)
Sets the type of the limit |
| Constructors in bpiwowar.argparser.checkers with parameters of type Limit.Type | |
|---|---|
DoubleLimit(Limit.Type type,
double value)
|
|
Limit(Limit.Type type)
|
|
LongLimit(Limit.Type type,
long value)
|
|
| Uses of Limit.Type in bpiwowar.argparser.handlers |
|---|
| Methods in bpiwowar.argparser.handlers with parameters of type Limit.Type | |
|---|---|
Limit |
Handler.getLimitChecker(Limit.Type type,
StringScanner scanner)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||