org.objectweb.dsrg.sofa.repository.model
Interface ComponentSelect

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ComponentSelectImpl

public interface ComponentSelect
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Component Select'.

The following features are supported:

See Also:
ModelPackage.getComponentSelect()
Generated from the meta-model
Part of the meta-model

Method Summary
 org.eclipse.emf.common.util.EList<MicroBinding> getBinding()
          Returns the value of the 'Binding' containment reference list.
 org.eclipse.emf.common.util.EList<ControlInterface> getControlInterface()
          Returns the value of the 'Control Interface' containment reference list.
 org.eclipse.emf.common.util.EList<MicroComponentInstance> getInstance()
          Returns the value of the 'Instance' containment reference list.
 org.eclipse.emf.common.util.EList<InterfaceSelect> getInterfaceSelect()
          Returns the value of the 'Interface Select' containment reference list.
 java.lang.String getQuery()
          Returns the value of the 'Query' attribute
 void setQuery(java.lang.String value)
          Sets the value of the 'Query' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getQuery

java.lang.String getQuery()
Returns the value of the 'Query' attribute.

If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query' attribute.
See Also:
setQuery(String), ModelPackage.getComponentSelect_Query()
Generated from the meta-model
Part of the meta-model

setQuery

void setQuery(java.lang.String value)
Sets the value of the 'Query' attribute.

Parameters:
value - the new value of the 'Query' attribute.
See Also:
getQuery()
Generated from the meta-model

getInterfaceSelect

org.eclipse.emf.common.util.EList<InterfaceSelect> getInterfaceSelect()
Returns the value of the 'Interface Select' containment reference list. The list contents are of type InterfaceSelect.

If the meaning of the 'Interface Select' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interface Select' containment reference list.
See Also:
ModelPackage.getComponentSelect_InterfaceSelect()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getInstance

org.eclipse.emf.common.util.EList<MicroComponentInstance> getInstance()
Returns the value of the 'Instance' containment reference list. The list contents are of type MicroComponentInstance.

If the meaning of the 'Instance' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instance' containment reference list.
See Also:
ModelPackage.getComponentSelect_Instance()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getBinding

org.eclipse.emf.common.util.EList<MicroBinding> getBinding()
Returns the value of the 'Binding' containment reference list. The list contents are of type MicroBinding.

If the meaning of the 'Binding' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Binding' containment reference list.
See Also:
ModelPackage.getComponentSelect_Binding()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getControlInterface

org.eclipse.emf.common.util.EList<ControlInterface> getControlInterface()
Returns the value of the 'Control Interface' containment reference list. The list contents are of type ControlInterface.

If the meaning of the 'Control Interface' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Control Interface' containment reference list.
See Also:
ModelPackage.getComponentSelect_ControlInterface()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"