Oval_entity get methods. More...
Functions | |
| bool | oval_entity_is_locked (struct oval_entity *entity) |
| return true if the entity instance is locked. | |
| char * | oval_entity_get_name (struct oval_entity *) |
| Get OVAL entity name. | |
| oval_entity_type_t | oval_entity_get_type (struct oval_entity *) |
| Get OVAL entity type. | |
| oval_datatype_t | oval_entity_get_datatype (struct oval_entity *) |
| Get OVAL entity datatype. | |
| oval_operation_t | oval_entity_get_operation (struct oval_entity *) |
| Get OVAL entity operation type. | |
| int | oval_entity_get_mask (struct oval_entity *) |
| Get OVAL entity mask. | |
| oval_entity_varref_type_t | oval_entity_get_varref_type (struct oval_entity *) |
| Get OVAL entity varref type. | |
| struct oval_variable * | oval_entity_get_variable (struct oval_entity *) |
| Get OVAL entity varref variable. | |
| struct oval_value * | oval_entity_get_value (struct oval_entity *) |
| Get OVAL entity value. | |
Oval_entity get methods.
| bool oval_entity_is_locked | ( | struct oval_entity * | entity | ) |
return true if the entity instance is locked.
The state of a locked instance cannot be changed.
1.6.1