19#ifndef __com_sun_star_ucb_RuleOperator_idl__
20#define __com_sun_star_ucb_RuleOperator_idl__
24module
com { module sun { module star { module ucb {
31published constants RuleOperator
35 const short CONTAINS = 1;
54 const short EQUAL = 5;
const short GREATEREQUAL
"GreaterEqual" - Object is greater than or equal to RuleTerm::Operand.
Definition RuleOperator.idl:45
const short NOTEQUAL
"NotEqual" - Object is not equal to RuleTerm::Operand.
Definition RuleOperator.idl:58
const short CONTAINSNOT
"ContainsNot" - Object does not contain RuleTerm::Operand.
Definition RuleOperator.idl:40
const short VALUE_FALSE
"False" - Object has the value FALSE.
Definition RuleOperator.idl:66
const short VALUE_TRUE
"True" - Object has the value TRUE.
Definition RuleOperator.idl:62
const short LESSEQUAL
"LessEqual" - Object is less than or equal to RuleTerm::Operand.
Definition RuleOperator.idl:50
Definition Ambiguous.idl:22