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

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

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

A representation of the model object 'Interface Select'.

The following features are supported:

See Also:
ModelPackage.getInterfaceSelect()
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.
 MicroComponentInstance getDelegatingInstance()
          Returns the value of the 'Delegating Instance' containment reference
 org.eclipse.emf.common.util.EList<MicroComponentInstance> getInstance()
          Returns the value of the 'Instance' containment reference list.
 java.lang.String getQuery()
          Returns the value of the 'Query' attribute
 void setDelegatingInstance(MicroComponentInstance value)
          Sets the value of the 'Delegating Instance' containment reference
 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.getInterfaceSelect_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

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.getInterfaceSelect_Instance()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getDelegatingInstance

MicroComponentInstance getDelegatingInstance()
Returns the value of the 'Delegating Instance' containment reference.

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

Returns:
the value of the 'Delegating Instance' containment reference.
See Also:
setDelegatingInstance(MicroComponentInstance), ModelPackage.getInterfaceSelect_DelegatingInstance()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setDelegatingInstance

void setDelegatingInstance(MicroComponentInstance value)
Sets the value of the 'Delegating Instance' containment reference.

Parameters:
value - the new value of the 'Delegating Instance' containment reference.
See Also:
getDelegatingInstance()
Generated from the meta-model

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.getInterfaceSelect_Binding()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"