|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentModelEnum | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of ContentModelEnum in biz.c24.io.api.data |
---|
Fields in biz.c24.io.api.data declared as ContentModelEnum | |
---|---|
static ContentModelEnum |
ContentModelEnum.ALL
Specifies the types content model is an all, i.e. all elements must appear but in any order. |
static ContentModelEnum |
ContentModelEnum.CHOICE
Specifies the types content model is a choice, i.e. exactly one element must appear. |
static ContentModelEnum |
ContentModelEnum.SEQUENCE
Specifies the types content model is a sequence, i.e. all elements must appear in the specified order. |
Methods in biz.c24.io.api.data that return ContentModelEnum | |
---|---|
ContentModelEnum |
ComplexDataType.getContentModel()
Returns the content model. |
static ContentModelEnum[] |
ContentModelEnum.getEnumArray()
Returns an array containing the members of this enumeration. |
static ContentModelEnum |
ContentModelEnum.getEnumValue(String name)
Returns the enumeration value called name . |
Methods in biz.c24.io.api.data with parameters of type ContentModelEnum | |
---|---|
void |
ComplexDataType.setContentModel(ContentModelEnum contentModel)
Sets the content model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |