22 module
com { module sun { module star { module ucb {
29 published constants RuleOperator
const short VALUE_FALSE
"False" - Object has the value FALSE.
Definition: RuleOperator.idl:64
Definition: Ambiguous.idl:20
const short CONTAINSNOT
"ContainsNot" - Object does not contain RuleTerm::Operand.
Definition: RuleOperator.idl:38
const short CONTAINS
"Contains" - Object contains RuleTerm::Operand.
Definition: RuleOperator.idl:33
const short LESSEQUAL
"LessEqual" - Object is less than or equal to RuleTerm::Operand.
Definition: RuleOperator.idl:48
const short VALUE_TRUE
"True" - Object has the value TRUE.
Definition: RuleOperator.idl:60
const short EQUAL
"Equal" - Object is equal to RuleTerm::Operand.
Definition: RuleOperator.idl:52
const short NOTEQUAL
"NotEqual" - Object is not equal to RuleTerm::Operand.
Definition: RuleOperator.idl:56
const short GREATEREQUAL
"GreaterEqual" - Object is greater than or equal to RuleTerm::Operand.
Definition: RuleOperator.idl:43