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