|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CardinalityConstraintIF
INTERNAL: Represents constraints that may only match a specified number of objects.
| Field Summary | |
|---|---|
static int |
INFINITY
|
| Method Summary | |
|---|---|
int |
getMaximum()
INTERNAL: Returns the maximum number of objects that the constraint may match. |
int |
getMinimum()
INTERNAL: Returns the minimum number of objects that the constraint must match. |
void |
setMaximum(int maximum)
INTERNAL: Sets the maximum number of objects that the constraint may match. |
void |
setMinimum(int minimum)
INTERNAL: Sets the minimum number of objects that the constraint must match. |
| Methods inherited from interface net.ontopia.topicmaps.schema.core.ConstraintIF |
|---|
matches |
| Field Detail |
|---|
static final int INFINITY
| Method Detail |
|---|
int getMinimum()
int getMaximum()
void setMinimum(int minimum)
void setMaximum(int maximum)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||