blob: d997301d2544fbd33c75fbda3c40a3b5797c4d3e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2007 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsdl.ui.internal.asd.facade;
import org.eclipse.gef.commands.Command;
public interface IType extends INamedObject {
public IDescription getOwnerDescription();
public Command getDeleteCommand();
}