Getters
[Oval_definition]

Oval_definition get methods. More...

Functions

bool oval_definition_is_locked (struct oval_definition *definition)
 return true if the definition instance is locked.
char * oval_definition_get_id (struct oval_definition *)
 Returns attribute Oval_definition->id (identifier).
oval_definition_class_t oval_definition_get_class (struct oval_definition *)
 Returns attribute Oval_definition->class.
bool oval_definition_get_deprecated (struct oval_definition *)
 Returns attribute Oval_definition->deprecated.
char * oval_definition_get_title (struct oval_definition *)
 Returns attribute Oval_definition->title.
char * oval_definition_get_description (struct oval_definition *)
 Returns attribute Oval_definition->description.
struct oval_affected_iteratoroval_definition_get_affected (struct oval_definition *)
 Returns attribute Oval_definition->affected.
struct oval_reference_iteratoroval_definition_get_references (struct oval_definition *)
 Returns attribute Oval_definition->references.
struct oval_string_iterator * oval_definition_get_notes (struct oval_definition *)
 Returns attribute Oval_definition->notes.
struct oval_criteria_nodeoval_definition_get_criteria (struct oval_definition *)
 Returns attribute Oval_definition->criteria.

Detailed Description

Oval_definition get methods.


Function Documentation

struct oval_affected_iterator* oval_definition_get_affected ( struct oval_definition  )  [read]

Returns attribute Oval_definition->affected.

The iterator returned by this method should be freed after use by the calling application.

See also:
oval_definition_add_affected
oval_affected_iterator_has_more
oval_affected_iterator_next
oval_affected_iterator_free
struct oval_criteria_node* oval_definition_get_criteria ( struct oval_definition  )  [read]

Returns attribute Oval_definition->criteria.

See also:
oval_definition_set_criteria
bool oval_definition_get_deprecated ( struct oval_definition  ) 

Returns attribute Oval_definition->deprecated.

See also:
oval_definition_set_deprecated
char* oval_definition_get_description ( struct oval_definition  ) 

Returns attribute Oval_definition->description.

See also:
oval_definition_set_title
char* oval_definition_get_id ( struct oval_definition  ) 

Returns attribute Oval_definition->id (identifier).

See also:
oval_definition_new
struct oval_string_iterator* oval_definition_get_notes ( struct oval_definition  )  [read]

Returns attribute Oval_definition->notes.

The iterator returned by this method should be freed after use by the calling application.

See also:
oval_definition_add_note
oval_string_iterator_has_more
oval_string_iterator_next
oval_atring_iterator_free
struct oval_reference_iterator* oval_definition_get_references ( struct oval_definition  )  [read]

Returns attribute Oval_definition->references.

The iterator returned by this method should be freed after use by the calling application.

See also:
oval_definition_add_reference
oval_reference_iterator_has_more
oval_reference_iterator_next
oval_reference_iterator_free
char* oval_definition_get_title ( struct oval_definition  ) 

Returns attribute Oval_definition->title.

See also:
oval_definition_set_title
bool oval_definition_is_locked ( struct oval_definition definition  ) 

return true if the definition 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