Getters
[Oval_test]

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_objectoval_test_get_object (struct oval_test *)
 Returns attribute Oval_test->object.
struct oval_stateoval_test_get_state (struct oval_test *)
 Returns attribute Oval_test->state.

Detailed Description

Oval_test get methods.


Function Documentation

oval_check_t oval_test_get_check ( struct oval_test  ) 

Returns attribute Oval_test->check.

See also:
oval_test_set_check
char* oval_test_get_comment ( struct oval_test  ) 

Returns attribute Oval_test->comment.

See also:
oval_test_set_comment
bool oval_test_get_deprecated ( struct oval_test  ) 

Returns attribute Oval_test->deprecated.

See also:
oval_test_new
oval_test_set_deprecated
oval_existence_t oval_test_get_existence ( struct oval_test  ) 

Returns attribute Oval_test->existence.

See also:
oval_test_set_existence
oval_family_t oval_test_get_family ( struct oval_test  ) 

Returns attribute Oval_test->family.

See also:
oval_test_set_subtype
char* oval_test_get_id ( struct oval_test  ) 

Returns attribute Oval_test->id.

See also:
oval_test_new
struct oval_string_iterator* oval_test_get_notes ( struct oval_test  )  [read]

Returns attribute Oval_test->notes.

Note:
The iterator returned by this method should be freed by the calling application.
See also:
oval_test_add_note
struct oval_object* oval_test_get_object ( struct oval_test  )  [read]

Returns attribute Oval_test->object.

See also:
oval_test_set_object
struct oval_state* oval_test_get_state ( struct oval_test  )  [read]

Returns attribute Oval_test->state.

See also:
oval_test_new
oval_test_set_state
oval_subtype_t oval_test_get_subtype ( struct oval_test  ) 

Returns attribute Oval_test->subtype.

See also:
oval_test_set_subtype
int oval_test_get_version ( struct oval_test  ) 

Returns attribute Oval_test->version.

See also:
oval_test_set_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.


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1