blob: eae9bbe67b8b3ec5089f2b83345c5ae5b0ad878c [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ComponentRefType.java,v 1.1 2005/01/20 12:03:03 ryman Exp $
*/
package org.eclipse.component;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ref Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.component.ComponentRefType#getName <em>Name</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.component.ComponentPackage#getComponentRefType()
* @model
* @generated
*/
public interface ComponentRefType extends EObject
{
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* Name of the referenced component; e.g., "Eclipse
* Platform Generic Workbench"
*
* <!-- end-model-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.component.ComponentPackage#getComponentRefType_Name()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.component.ComponentRefType#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
} // ComponentRefType