blob: f764185b8bafac680412a6ad451042cb5af238f4 [file] [log] [blame]
package org.eclipse.jst.javaee.applicationclient;
import org.eclipse.emf.ecore.EObject;
public interface IApplicationClientResource {
/**
* Return the first element in the EList.
*/
public abstract EObject getRootObject();
/**
* Return the ear
*/
public abstract ApplicationClient getApplicationClient();
}