Oval_test get methods. More...
Functions | |
bool | oval_test_is_locked (struct oval_test *test) |
return true if the test instance is locked. | |
oval_family_t | oval_test_get_family (struct oval_test *) |
Returns attribute Oval_test->family. | |
oval_subtype_t | oval_test_get_subtype (struct oval_test *) |
Returns attribute Oval_test->subtype. | |
struct oval_string_iterator * | oval_test_get_notes (struct oval_test *) |
Returns attribute Oval_test->notes. | |
char * | oval_test_get_comment (struct oval_test *) |
Returns attribute Oval_test->comment. | |
char * | oval_test_get_id (struct oval_test *) |
Returns attribute Oval_test->id. | |
bool | oval_test_get_deprecated (struct oval_test *) |
Returns attribute Oval_test->deprecated. | |
int | oval_test_get_version (struct oval_test *) |
Returns attribute Oval_test->version. | |
oval_existence_t | oval_test_get_existence (struct oval_test *) |
Returns attribute Oval_test->existence. | |
oval_check_t | oval_test_get_check (struct oval_test *) |
Returns attribute Oval_test->check. | |
struct oval_object * | oval_test_get_object (struct oval_test *) |
Returns attribute Oval_test->object. | |
struct oval_state * | oval_test_get_state (struct oval_test *) |
Returns attribute Oval_test->state. |
Oval_test get methods.
oval_check_t oval_test_get_check | ( | struct oval_test * | ) |
Returns attribute Oval_test->check.
char* oval_test_get_comment | ( | struct oval_test * | ) |
Returns attribute Oval_test->comment.
bool oval_test_get_deprecated | ( | struct oval_test * | ) |
Returns attribute Oval_test->deprecated.
oval_existence_t oval_test_get_existence | ( | struct oval_test * | ) |
Returns attribute Oval_test->existence.
oval_family_t oval_test_get_family | ( | struct oval_test * | ) |
Returns attribute Oval_test->family.
char* oval_test_get_id | ( | struct oval_test * | ) |
Returns attribute Oval_test->id.
struct oval_string_iterator* oval_test_get_notes | ( | struct oval_test * | ) | [read] |
Returns attribute Oval_test->notes.
struct oval_object* oval_test_get_object | ( | struct oval_test * | ) | [read] |
Returns attribute Oval_test->object.
struct oval_state* oval_test_get_state | ( | struct oval_test * | ) | [read] |
Returns attribute Oval_test->state.
oval_subtype_t oval_test_get_subtype | ( | struct oval_test * | ) |
Returns attribute Oval_test->subtype.
int oval_test_get_version | ( | struct oval_test * | ) |
Returns attribute Oval_test->version.
bool oval_test_is_locked | ( | struct oval_test * | test | ) |
return true if the test instance is locked.
The state of a locked instance cannot be changed.