@Deprecated public interface CardinalityConstraintIF extends ConstraintIF
Modifier and Type | Field and Description |
---|---|
static int |
INFINITY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaximum()
Deprecated.
INTERNAL: Returns the maximum number of objects that the constraint
may match.
|
int |
getMinimum()
Deprecated.
INTERNAL: Returns the minimum number of objects that the constraint
must match.
|
void |
setMaximum(int maximum)
Deprecated.
INTERNAL: Sets the maximum number of objects that the constraint
may match.
|
void |
setMinimum(int minimum)
Deprecated.
INTERNAL: Sets the minimum number of objects that the constraint
must match.
|
matches
static final int INFINITY
int getMinimum()
int getMaximum()
void setMinimum(int minimum)
void setMaximum(int maximum)