|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessContentsEnum | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of ProcessContentsEnum in biz.c24.io.api.data |
---|
Fields in biz.c24.io.api.data declared as ProcessContentsEnum | |
---|---|
static ProcessContentsEnum |
ProcessContentsEnum.LAX
Specified that elements / attributes must be validated if they are declared and not validated if they are not declared. |
static ProcessContentsEnum |
ProcessContentsEnum.SKIP
Specifies that elements / attributes need not be declared and need not be valid even if they are declared. |
static ProcessContentsEnum |
ProcessContentsEnum.STRICT
Specifies that elements / attributes must be declared and be valid. |
Methods in biz.c24.io.api.data that return ProcessContentsEnum | |
---|---|
static ProcessContentsEnum[] |
ProcessContentsEnum.getEnumArray()
Returns an array containing the members of this enumeration. |
static ProcessContentsEnum |
ProcessContentsEnum.getEnumValue(String name)
Returns the enumeration value called name . |
ProcessContentsEnum |
Any.getProcessContents()
Returns the directive for processing the contents of this object. |
ProcessContentsEnum |
AnyElement.getProcessContents()
|
ProcessContentsEnum |
AnyAttribute.getProcessContents()
|
Methods in biz.c24.io.api.data with parameters of type ProcessContentsEnum | |
---|---|
void |
AnyElement.setProcessContents(ProcessContentsEnum processContents)
Sets the directive for processing the contents of this object. |
void |
AnyAttribute.setProcessContents(ProcessContentsEnum processContents)
Sets the directive for processing the contents of this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |