import "sbILocalDatabaseResourcePropertyBag.idl";
Public Member Functions | |
AString | getProperty (in AString aPropertyID) |
Returns a property value by key. | |
AString | getPropertyByID (in unsigned long aPropertyDBID) |
Returns a property value by property database id. | |
Public Attributes | |
readonly attribute AString | guid |
readonly attribute unsigned long | mediaItemId |
readonly attribute nsIStringEnumerator | ids |
Definition at line 41 of file sbILocalDatabaseResourcePropertyBag.idl.
AString sbILocalDatabaseResourcePropertyBag::getProperty | ( | in AString | aPropertyID | ) |
Returns a property value by key.
This method will *never* throw. If a value doesn't exist it will return a special "void" string that behaves just like an empty string except that the IsVoid() method will return PR_TRUE for those who care.
AString sbILocalDatabaseResourcePropertyBag::getPropertyByID | ( | in unsigned long | aPropertyDBID | ) |
Returns a property value by property database id.
This method will *never* throw. If a value doesn't exist it will return a special "void" string that behaves just like an empty string except that the IsVoid() method will return PR_TRUE for those who care.