sbIPropertyOperator Interface Reference

An interface to represent an operator that may act upon a property. More...

import"sbIPropertyManager.idl";

Inheritance diagram for sbIPropertyOperator:
[legend]
Collaboration diagram for sbIPropertyOperator:
[legend]

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...
 

Detailed Description

An interface to represent an operator that may act upon a property.

Definition at line 124 of file sbIPropertyManager.idl.

Member Function Documentation

void sbIPropertyOperator::Init ( in AString  aOperator,
in aString  aOperatorReadable 
)

Initialize the operator.

Note
This method may not be called more than once.

Member Data Documentation

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.


The documentation for this interface was generated from the following file: