|
Qizx fe-4.4p2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceType
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 |
---|
static final int OCC_ZERO_OR_ONE
static final int OCC_EXACTLY_ONE
static final int OCC_ZERO_OR_MORE
static final int OCC_ONE_OR_MORE
Method Detail |
---|
ItemType getItemType()
int getOccurrence()
|
© 2010 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |