oval_entity Struct Reference
[OVALDEF]

OVAL entity. More...

#include <oval_definitions.h>

Public Member Functions

struct oval_entityoval_entity_new (struct oval_definition_model *)
struct oval_entityoval_entity_clone (struct oval_definition_model *model, struct oval_entity *old_entity)
void oval_entity_free (struct oval_entity *)
Setters



void oval_entity_set_type (struct oval_entity *, oval_entity_type_t)
void oval_entity_set_datatype (struct oval_entity *, oval_datatype_t)
void oval_entity_set_mask (struct oval_entity *, int)
void oval_entity_set_varref_type (struct oval_entity *, oval_entity_varref_type_t)
void oval_entity_set_variable (struct oval_entity *, struct oval_variable *)
void oval_entity_set_value (struct oval_entity *, struct oval_value *)
void oval_entity_set_name (struct oval_entity *, char *)
void oval_entity_set_operation (struct oval_entity *, oval_operation_t)
Getters



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.
struct oval_variableoval_entity_get_variable (struct oval_entity *)
 Get OVAL entity varref variable.
struct oval_valueoval_entity_get_value (struct oval_entity *)
 Get OVAL entity value.
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.
bool oval_entity_is_locked (struct oval_entity *entity)
 return true if the entity instance is locked.
Evaluators



bool oval_entity_is_valid (struct oval_entity *entity)
 Return true if the entity instance is valid.

Data Fields

struct oval_definition_modelmodel
oval_entity_type_t type
oval_datatype_t datatype
oval_operation_t operation
int mask
oval_entity_varref_type_t varref_type
char * name
struct oval_variablevariable
struct oval_valuevalue

Detailed Description

OVAL entity.


The documentation for this struct was generated from the following files:

Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1