00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "nsISimpleEnumerator.idl" 00004 00012 [scriptable, uuid(59AA8AF7-7D65-44e5-A3DA-595579A16E8E) ] 00013 interface tmozIAttributeType: nsISupports 00014 { 00018 readonly attribute AString id; 00019 00025 readonly attribute AString name; 00026 };