Interface DeployedProvidedInterface
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DeployedProvidedInterfaceImpl
public interface DeployedProvidedInterface
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Deployed Provided Interface'.
The following features are supported:
- See Also:
DeploymentPackage.getDeployedProvidedInterface()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description AssemblyProvidedInterfacegetProvidedInterface()Returns the value of the 'Provided Interface' reference.voidsetProvidedInterface(AssemblyProvidedInterface value)Sets the value of the 'Provided Interface' reference.
-
Method Details
-
getProvidedInterface
AssemblyProvidedInterface getProvidedInterface()Returns the value of the 'Provided Interface' reference.- Returns:
- the value of the 'Provided Interface' reference.
- See Also:
setProvidedInterface(AssemblyProvidedInterface),DeploymentPackage.getDeployedProvidedInterface_ProvidedInterface()- Generated:
- Model:
-
setProvidedInterface
Sets the value of the 'Provided Interface' reference.- Parameters:
value- the new value of the 'Provided Interface' reference.- See Also:
getProvidedInterface()- Generated:
-