An interface to represent an operator that may act upon a property. More...
import"sbIPropertyManager.idl";
Public Member Functions | |
| void | Init (in AString aOperator, in aString aOperatorReadable) |
| Initialize the operator. More... | |
Public Attributes | |
| readonly attribute AString | operator |
| The operator. More... | |
| readonly attribute AString | operatorReadable |
| The operator readable string or language property name. More... | |
An interface to represent an operator that may act upon a property.
Definition at line 124 of file sbIPropertyManager.idl.
| void sbIPropertyOperator::Init | ( | in AString | aOperator, |
| in aString | aOperatorReadable | ||
| ) |
Initialize the operator.
| readonly attribute AString sbIPropertyOperator::operator |
The operator.
Definition at line 129 of file sbIPropertyManager.idl.
| readonly attribute AString sbIPropertyOperator::operatorReadable |
The operator readable string or language property name.
Definition at line 135 of file sbIPropertyManager.idl.