public final class ListConstraint extends Object
ParameterDefinition.isList()| Constructor and Description |
|---|
ListConstraint(int minOccurs,
int maxOccurs,
List<String> defaultValues) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultValues()
Returns the list of predefined values.
|
int |
getMaxOccurs()
Returns the maximum number of occurrences.
|
int |
getMinOccurs()
Returns the minimum number of occurrences.
|
boolean |
isUnbounded()
|
public int getMinOccurs()
public int getMaxOccurs()
public List<String> getDefaultValues()
public boolean isUnbounded()