Oval_object_content get methods. More...
Functions | |
bool | oval_object_content_is_locked (struct oval_object_content *object_content) |
return true if the object_content instance is locked. | |
char * | oval_object_content::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::oval_object_content_get_type (struct oval_object_content *) |
Get type of a object content (entity or set). | |
struct oval_entity * | oval_object_content::oval_object_content_get_entity (struct oval_object_content *) |
Get entity of a simple object content. | |
oval_check_t | oval_object_content::oval_object_content_get_varCheck (struct oval_object_content *) |
Get varCheck of a simple object content. | |
struct oval_setobject * | oval_object_content::oval_object_content_get_setobject (struct oval_object_content *) |
Get varCheck of a set object content. |
Oval_object_content get methods.
bool oval_object_content_is_locked | ( | struct oval_object_content * | object_content | ) |
return true if the object_content instance is locked.
The state of a locked instance cannot be changed.