public class Source extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_UNDEFINED |
boolean |
option
0 for "not positional" - i.e. an option
|
| Constructor and Description |
|---|
Source(boolean option,
String name,
int min,
int max,
String dflt) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCardinality(int size) |
static List<Source> |
forSyntax(String syntax) |
String |
getDefaultString() |
String |
getName() |
boolean |
isList() |
boolean |
isOptional() |
int |
max() |
public static final String DEFAULT_UNDEFINED
public final boolean option
Copyright © 2016–2017 1&1. All rights reserved.