Adaptive Framework
0.9.0
|
Data Fields | |
const afw_utf8_t * | property_name |
Property name or regular expression if other. | |
const afw_value_t * | property_name_value |
Property name as adaptive value. | |
const afw_value_compiled_value_t * | compiled_value |
Compiled value for this property. | |
const afw_utf8_t * | property_type_path |
Property type path. | |
const afw_value_t * | property_type_path_value |
Property type path value. | |
const afw_object_t * | property_type_object |
Property type object. | |
const afw_value_t * | property_type_object_value |
Property type object value. | |
const afw_data_type_t * | data_type |
Data type or NULL if not restricted. | |
const afw_data_type_t * | evaluated_data_type |
Data type to use if value is evaluated or NULL. | |
const afw_object_t * | custom_variables |
constraint. More... | |
afw_boolean_t | allow_query |
allowQuery. | |
afw_boolean_t | allow_read |
allowRead. | |
afw_boolean_t | allow_write |
allowRead. | |
afw_boolean_t | required |
required. | |
afw_boolean_t | transitory |
transitory. | |
afw_boolean_t | unique |
unique. | |
const afw_value_t * | default_value |
defaultValue or NULL. | |
const afw_utf8_t * | mapped_property_name |
Mapped property name. | |
const afw_value_t * | mapped_property_name_value |
Mapped property name as adaptive value. | |
const afw_value_t * | onGetInitialValue |
initial value or NULL if value from object used asis. | |
const afw_value_t * | onGetProperty |
onGetProperty value or NULL if value from object used asis. | |
const afw_value_t * | onSetProperty |
onSetProperty value or NULL if value from object used asis. | |
const afw_value_t * | uniqueness_test |
Definition at line 264 of file afw_model_internal.h.
const afw_object_t* custom_variables |