|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormEnum | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of FormEnum in biz.c24.io.api.data |
---|
Fields in biz.c24.io.api.data declared as FormEnum | |
---|---|
static FormEnum |
FormEnum.QUALIFIED
Specifies that locally declared elements / attributes should be qualified. |
static FormEnum |
FormEnum.UNQUALIFIED
Specifies that locally declared elements / attributes should not be qualified. |
static FormEnum |
FormEnum.UNSPECIFIED
Specifies that the form value should be inherited from the data model. |
Methods in biz.c24.io.api.data that return FormEnum | |
---|---|
FormEnum |
DataModel.getAttributeFormDefault()
Returns the attribute form default. |
FormEnum |
DataModel.getElementFormDefault()
Returns the element form default. |
static FormEnum[] |
FormEnum.getEnumArray()
Returns an array containing the members of this enumeration. |
static FormEnum |
FormEnum.getEnumValue(String name)
Returns the enumeration value called name . |
FormEnum |
DataComponent.getForm()
Returns the form of this component or the model's default. |
FormEnum |
DataComponent.getForm(boolean deep)
Returns the form of this component or optionally the model's default. |
FormEnum |
Element.getForm(boolean deep)
|
FormEnum |
Attribute.getForm(boolean deep)
|
Methods in biz.c24.io.api.data with parameters of type FormEnum | |
---|---|
void |
DataModel.setAttributeFormDefault(FormEnum attributeFormDefault)
Sets the attribute for default. |
void |
DataModel.setElementFormDefault(FormEnum elementFormDefault)
Sets the element form default. |
void |
DataComponent.setForm(FormEnum form)
Sets the form of this component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |