blob: 37e099490532ee43e15d0134f58cae39c19ddc38 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2008 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.pde.internal.ua.core.icheatsheet.comp;
/**
* ICompCSDependency
*
*/
public interface ICompCSDependency extends ICompCSObject {
/**
* Attribute: task
*
* @param task
*/
public void setFieldTask(String task);
/**
* Attribute: task
*
* @return
*/
public String getFieldTask();
}