00001 #include "nsISupports.idl" 00002 00014 [scriptable, uuid(9c4f9a06-c57f-427c-a970-69cc1b45c6bb)] 00015 interface tmozIActionObject: nsISupports 00016 { 00022 readonly attribute AString type; 00023 00029 readonly attribute long count; 00030 00037 AString getValue(in long index); 00038 00045 AString getName(in long index); 00046 00053 AString get(in AString name); 00054 };