OVAL object content. More...
#include <oval_definitions.h>
Data Fields | |
struct oval_definition_model * | model |
char * | fieldName |
oval_object_content_type_t | type |
Related Functions | |
(Note that these are not member functions.) | |
char * | oval_object_content_get_field_name (struct oval_object_content *) |
Get field name of a object content. | |
oval_object_content_type_t | oval_object_content_get_type (struct oval_object_content *) |
Get type of a object content (entity or set). | |
struct oval_entity * | oval_object_content_get_entity (struct oval_object_content *) |
Get entity of a simple object content. | |
oval_check_t | oval_object_content_get_varCheck (struct oval_object_content *) |
Get varCheck of a simple object content. | |
struct oval_setobject * | oval_object_content_get_setobject (struct oval_object_content *) |
Get varCheck of a set object content. | |
struct oval_entity * | oval_state_content_get_entity (struct oval_state_content *) |
Get entity of a state content. | |
oval_check_t | oval_state_content_get_var_check (struct oval_state_content *) |
Get multipe variable values processing of a state content. | |
oval_check_t | oval_state_content_get_ent_check (struct oval_state_content *) |
Get multipe entities processing of a state content. |
OVAL object content.