An oval variable resolves an Oval_value stream which specifies constraints for Oval_objects and Oval_states. More...
Data Structures | |
struct | oval_variable |
Handle: Oval_variable. More... | |
struct | oval_variable_iterator |
Handle: Oval_variable iterator. More... | |
Modules | |
Setters | |
Oval_variable set methods. | |
Getters | |
Oval_variable get methods. | |
Iterators | |
Oval_variable iterator methods. | |
Evaluators | |
Oval_variable evaluator methods | |
Functions | |
struct oval_variable * | oval_variable_new (struct oval_definition_model *model, char *id, oval_variable_type_t type) |
Construct new instance of Oval_variable. | |
void | oval_variable_free (struct oval_variable *) |
Free instance of Oval_variable. |
An oval variable resolves an Oval_value stream which specifies constraints for Oval_objects and Oval_states.
struct oval_variable* oval_variable_new | ( | struct oval_definition_model * | model, | |
char * | id, | |||
oval_variable_type_t | type | |||
) | [read] |
Construct new instance of Oval_variable.
Attribute values shall be initialized:
This method shall not construct a new instance of Oval_variable and shall return NULL
id | - (Not NULL) the text of the required variable id. | |
type | - (Not OVAL_VARIABLE_UNKNOWN) the required type. |