XCDF Value. More...
#include <xccdf.h>
Related Functions | |
(Note that these are not member functions.) | |
const char * | xccdf_value_get_id (const struct xccdf_value *value) |
Get value ID. | |
const char * | xccdf_value_get_title (const struct xccdf_value *value) |
Get value title. | |
const char * | xccdf_value_get_description (const struct xccdf_value *value) |
Get value description. | |
struct xccdf_value * | xccdf_value_get_extends (const struct xccdf_value *value) |
Return value's parent in the inheritance hierarchy. | |
struct xccdf_item * | xccdf_value_get_parent (const struct xccdf_value *value) |
Return value's parent in the grouping hierarchy. | |
bool | xccdf_value_get_abstract (const struct xccdf_value *value) |
Return whether the value is abstract. | |
bool | xccdf_value_get_prohibit_changes (const struct xccdf_value *value) |
Return whether the value has the prohibit changes flag set to true. | |
bool | xccdf_value_get_hidden (const struct xccdf_value *value) |
Return whether the value has the hidden flag set to true. | |
struct xccdf_status_iterator * | xccdf_value_get_statuses (const struct xccdf_value *value) |
Get an iterator to value statuses. | |
struct xccdf_reference_iterator * | xccdf_value_get_references (const struct xccdf_value *value) |
Get an iterator to the XCCDF references of the value. | |
xccdf_status_type_t | xccdf_value_get_status_current (const struct xccdf_value *value) |
Get value current status. | |
xccdf_value_type_t | xccdf_value_get_type (const struct xccdf_value *value) |
Return type of the value. | |
xccdf_interface_hint_t | xccdf_value_get_interface_hint (const struct xccdf_value *value) |
Return an interface hint for the value. | |
xccdf_operator_t | xccdf_value_get_oper (const struct xccdf_value *value) |
Return an operator to be applied on the value. | |
const char * | xccdf_value_get_selector (const struct xccdf_value *value) |
Return currently active selector of the value. | |
bool | xccdf_value_get_set_selector (struct xccdf_item *value, const char *selector) |
Apply a selector on the value. | |
const char * | xccdf_value_get_value_string (const struct xccdf_value *value) |
Return the item's value as a string. | |
xccdf_numeric | xccdf_value_get_value_number (const struct xccdf_value *value) |
Return the item's value as a number. | |
bool | xccdf_value_get_value_boolean (const struct xccdf_value *value) |
Return the item's value as a boolean value. | |
const char * | xccdf_value_get_defval_string (const struct xccdf_value *value) |
Return the item's default value as a string. | |
xccdf_numeric | xccdf_value_get_defval_number (const struct xccdf_value *value) |
Return the item's default value as a number. | |
bool | xccdf_value_get_defval_boolean (const struct xccdf_value *value) |
Return the item's default value as a boolean value. | |
xccdf_numeric | xccdf_value_get_lower_bound (const struct xccdf_value *value) |
Return upper limit for the numeric value. | |
xccdf_numeric | xccdf_value_get_upper_bound (const struct xccdf_value *value) |
Return lower limit for the numeric value. | |
const char * | xccdf_value_get_match (const struct xccdf_value *value) |
Regex the values should match. | |
bool | xccdf_value_get_must_match (const struct xccdf_value *value) |
Return mustMatch property. |
XCDF Value.