|
Qizx/db 2.1 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Type of an Item sequence.
| Field Summary | |
static int |
OCC_EXACTLY_ONE
Occurrence indicator corresponding with one required item. |
static int |
OCC_ONE_OR_MORE
Occurrence indicator corresponding with '+', at least one item. |
static int |
OCC_ZERO_OR_MORE
Occurrence indicator corresponding with '*', any number of items. |
static int |
OCC_ZERO_OR_ONE
Occurrence indicator corresponding with one optional item. |
| Method Summary | |
ItemType |
getItemType()
Returns the base Item Type of the sequence type. |
int |
getOccurrence()
Returns the occurrence indicator associated with this type (OCC_ZERO_OR_ONE, OCC_EXACTLY_ONE, OCC_ONE_OR_MORE, OCC_ZERO_OR_MORE). |
| Field Detail |
public static final int OCC_ZERO_OR_ONE
public static final int OCC_EXACTLY_ONE
public static final int OCC_ZERO_OR_MORE
public static final int OCC_ONE_OR_MORE
| Method Detail |
public ItemType getItemType()
public int getOccurrence()
|
© 2008 Axyana Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||