|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICheckCardinalityCapability
An int value indicating the cardinality (number of check allowed) for this componenent.
| Field Summary | |
|---|---|
static int |
DEFAULT_CARDINALITY
Default cardinality for check feature. |
| Fields inherited from interface org.rcfaces.core.component.capability.ICardinality |
|---|
ONE_CARDINALITY, ONEMANY_CARDINALITY, OPTIONAL_CARDINALITY, ZEROMANY_CARDINALITY |
| Method Summary | |
|---|---|
int |
getCheckCardinality()
Returns an int value indicating the cardinality (number of check allowed) for this componenent. |
void |
setCheckCardinality(int checkCardinality)
Sets an int value indicating the cardinality (number of check allowed) for this componenent. |
| Field Detail |
|---|
static final int DEFAULT_CARDINALITY
| Method Detail |
|---|
int getCheckCardinality()
void setCheckCardinality(int checkCardinality)
checkCardinality - 1:?,optional|2:*,zeroMany|3:1,one+|4:+,oneMany
default=zeroMany
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||