/* (non-Javadoc)
  * @see org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer#getKind()
  */
 public int getKind() {
   UserLibrary library = getUserLibrary();
   if (library != null && library.isSystemLibrary()) {
     return K_SYSTEM;
   }
   return K_APPLICATION;
 }