/** */ package org.archstudio.xadl3.implementation_3_0; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Implementation</b></em>'. <!-- end-user-doc --> * <!-- begin-model-doc --> This type defines an abstract base type for implementations. <!-- end-model-doc --> * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.archstudio.xadl3.implementation_3_0.Implementation#getId <em>Id</em>}</li> * </ul> * * @see org.archstudio.xadl3.implementation_3_0.Implementation_3_0Package#getImplementation() * @model abstract="true" extendedMetaData="name='Implementation' kind='empty'" * @generated */ public interface Implementation extends EObject { /** * Returns the value of the '<em><b>Id</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.archstudio.xadl3.implementation_3_0.Implementation_3_0Package#getImplementation_Id() * @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData= * "kind='attribute' name='id' namespace='##targetNamespace'" * @generated */ String getId(); /** * Sets the value of the '{@link org.archstudio.xadl3.implementation_3_0.Implementation#getId <em>Id</em>}' * attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); } // Implementation