An interface to carry around arrays of nsIProperty instances. Users of this interface should only QI it to a sbIMutablePropertyArray if they are the owners of the instance. More...
import"sbIPropertyArray.idl";
Public Member Functions | |
| sbIProperty | getPropertyAt (in unsigned long aIndex) |
| AString | getPropertyValue (in AString aID) |
| AString | toString () |
Public Attributes | |
| readonly attribute boolean | validated |
An interface to carry around arrays of nsIProperty instances. Users of this interface should only QI it to a sbIMutablePropertyArray if they are the owners of the instance.
Definition at line 56 of file sbIPropertyArray.idl.
| sbIProperty sbIPropertyArray::getPropertyAt | ( | in unsigned long | aIndex | ) |
Gets the property at the specified index
| aIndex | The index of the property to retrieve |
| AString sbIPropertyArray::getPropertyValue | ( | in AString | aID | ) |
Gets the value for a property in the array
| aID | ID of the property to get the value for |
| NS_ERROR_NOT_AVAILABLE | if the property is not in the array |
| AString sbIPropertyArray::toString | ( | ) |
Return the contents of the property array as a string
| readonly attribute boolean sbIPropertyArray::validated |
Determines whether or not the items in the array have been validated prior to insertion.
Definition at line 83 of file sbIPropertyArray.idl.