/** */ package org.archstudio.xadl3.osgiimplementation_3_0; import org.archstudio.xadl3.implementation_3_0.Implementation; import org.archstudio.xadl3.xadlcore_3_0.Extension; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>OS Gi Implementation</b></em>'. <!-- * end-user-doc --> <!-- begin-model-doc --> This type defines a OSGi-based implementation. <!-- end-model-doc --> * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.archstudio.xadl3.osgiimplementation_3_0.OSGiImplementation#getExt <em>Ext</em>}</li> * <li>{@link org.archstudio.xadl3.osgiimplementation_3_0.OSGiImplementation#getBundle <em>Bundle</em>}</li> * </ul> * * @see org.archstudio.xadl3.osgiimplementation_3_0.Osgiimplementation_3_0Package#getOSGiImplementation() * @model extendedMetaData="name='OSGiImplementation' kind='elementOnly'" * @generated */ public interface OSGiImplementation extends Implementation { /** * Returns the value of the '<em><b>Ext</b></em>' containment reference list. The list contents are of type * {@link org.archstudio.xadl3.xadlcore_3_0.Extension}. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Ext</em>' containment reference list isn't clear, there really should be more of a * description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Ext</em>' containment reference list. * @see org.archstudio.xadl3.osgiimplementation_3_0.Osgiimplementation_3_0Package#getOSGiImplementation_Ext() * @model containment="true" extendedMetaData="kind='element' name='ext' namespace='##targetNamespace'" * @generated */ EList<Extension> getExt(); /** * Returns the value of the '<em><b>Bundle</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Bundle</em>' attribute isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Bundle</em>' attribute. * @see #setBundle(String) * @see org.archstudio.xadl3.osgiimplementation_3_0.Osgiimplementation_3_0Package#getOSGiImplementation_Bundle() * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData= * "kind='attribute' name='bundle' namespace='##targetNamespace'" * @generated */ String getBundle(); /** * Sets the value of the '{@link org.archstudio.xadl3.osgiimplementation_3_0.OSGiImplementation#getBundle * <em>Bundle</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Bundle</em>' attribute. * @see #getBundle() * @generated */ void setBundle(String value); } // OSGiImplementation