blob: a8312b11472ddcbabd81bba5b814ea01f3301b04 [file] [log] [blame]
/**
* Copyright (c) 2009 Anyware Technologies 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:
* Anyware Technologies - initial API and implementation
*
* $Id$
*/
package org.eclipse.pde.ds.scr;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Implementation</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.pde.ds.scr.Implementation#getClass_ <em>Class</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.pde.ds.scr.ScrPackage#getImplementation()
* @model
* @generated
*/
public interface Implementation extends EObject {
/**
* Returns the value of the '<em><b>Class</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Class</em>' attribute.
* @see #setClass(String)
* @see org.eclipse.pde.ds.scr.ScrPackage#getImplementation_Class()
* @model required="true"
* @generated
*/
String getClass_();
/**
* Sets the value of the '{@link org.eclipse.pde.ds.scr.Implementation#getClass_ <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Class</em>' attribute.
* @see #getClass_()
* @generated
*/
void setClass(String value);
} // Implementation