|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DTDCardinal in com.wutka.dtd |
|---|
| Fields in com.wutka.dtd declared as DTDCardinal | |
|---|---|
DTDCardinal |
DTDItem.cardinal
Indicates how often the item may occur |
static DTDCardinal |
DTDCardinal.NONE
Indicates no cardinality (implies a single object) |
static DTDCardinal |
DTDCardinal.ONEMANY
Indicates that there can be one-to-many occurrances of an item |
static DTDCardinal |
DTDCardinal.OPTIONAL
Indicates that an item is optional (zero-to-one) |
static DTDCardinal |
DTDCardinal.ZEROMANY
Indicates that there can be zero-to-many occurrances of an item |
| Methods in com.wutka.dtd that return DTDCardinal | |
|---|---|
DTDCardinal |
DTDItem.getCardinal()
Retrieves the cardinality of the item |
protected DTDCardinal |
DTDParser.parseCardinality()
|
| Methods in com.wutka.dtd with parameters of type DTDCardinal | |
|---|---|
void |
DTDItem.setCardinal(DTDCardinal aCardinal)
Sets the cardinality of the item |
| Constructors in com.wutka.dtd with parameters of type DTDCardinal | |
|---|---|
DTDItem(DTDCardinal aCardinal)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||