#include <sbLocalDatabaseSmartMediaList.h>
|
readonly attribute AString | propertyID |
| The ID of the property used in this condition. More...
|
|
readonly attribute
sbIPropertyOperator | operator |
| The operator used in this condition. More...
|
|
readonly attribute AString | leftValue |
| The left value for this condition. Only the operator BETWEEN requires a rightValue as well. More...
|
|
readonly attribute AString | rightValue |
| The right value for this condition. This value is only used in conjunction with the BETWEEN operator. Trying to set this value when using a different operator will not fail but will be ignored. More...
|
|
readonly attribute AString | displayUnit |
| The unit used to display the left and right values for this condition. This is purely for display purposes, as the values are always internally using the property's native unit. For instance, the contentLengh property is recorded in bytes, but kB, MB, or GB may be used as a display unit. More...
|
|
NS_DECL_ISUPPORTS NS_DECL_SBILOCALDATABASESMARTMEDIALISTCONDITION sbLocalDatabaseSmartMediaListCondition::sbLocalDatabaseSmartMediaListCondition |
( |
const nsAString & |
aPropertyID, |
|
|
const nsAString & |
aOperatorString, |
|
|
const nsAString & |
aLeftValue, |
|
|
const nsAString & |
aRightValue, |
|
|
const nsAString & |
aDisplayUnit |
|
) |
| |
sbLocalDatabaseSmartMediaListCondition::~sbLocalDatabaseSmartMediaListCondition |
( |
| ) |
|
|
virtual |
nsresult sbLocalDatabaseSmartMediaListCondition::ToString |
( |
nsAString & |
_retval | ) |
|
nsString sbLocalDatabaseSmartMediaListCondition::mDisplayUnit |
|
protected |
nsString sbLocalDatabaseSmartMediaListCondition::mLeftValue |
|
protected |
PRLock* sbLocalDatabaseSmartMediaListCondition::mLock |
|
protected |
nsString sbLocalDatabaseSmartMediaListCondition::mOperatorString |
|
protected |
nsString sbLocalDatabaseSmartMediaListCondition::mPropertyID |
|
protected |
nsString sbLocalDatabaseSmartMediaListCondition::mRightValue |
|
protected |
The documentation for this class was generated from the following files: