   
   import org.mozilla.javascript.NativeArray;
   
   
   public NativeArray getInterfaces() {

	return toNativeArray(getInterfacesArray());
    }