blob: 6b8a15c1ab2da1d0399c0e7fdbddaed5f1800819 [file] [log] [blame]
/**
* Copyright (c) 2011 Mia-Software.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nicolas Guyomar (Mia-Software) - Bug 349546 - EMF Facet facetSet editor
*/
package org.eclipse.emf.facet.efacet.ui.internal.exported.wizard;
import org.eclipse.emf.ecore.EClassifier;
public interface ISelectETypeWizard {
public int open();
public EClassifier getSelectedEType();
}