Interface DeployedRequiredInterface
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DeployedRequiredInterfaceImpl
public interface DeployedRequiredInterface
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Deployed Required Interface'.
The following features are supported:
- See Also:
DeploymentPackage.getDeployedRequiredInterface()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description AssemblyRequiredInterfacegetRequiredInterface()Returns the value of the 'Required Interface' reference.DeployedProvidedInterfacegetRequires()Returns the value of the 'Requires' reference.voidsetRequiredInterface(AssemblyRequiredInterface value)Sets the value of the 'Required Interface' reference.voidsetRequires(DeployedProvidedInterface value)Sets the value of the 'Requires' reference.
-
Method Details
-
getRequiredInterface
AssemblyRequiredInterface getRequiredInterface()Returns the value of the 'Required Interface' reference.- Returns:
- the value of the 'Required Interface' reference.
- See Also:
setRequiredInterface(AssemblyRequiredInterface),DeploymentPackage.getDeployedRequiredInterface_RequiredInterface()- Generated:
- Model:
-
setRequiredInterface
Sets the value of the 'Required Interface' reference.- Parameters:
value- the new value of the 'Required Interface' reference.- See Also:
getRequiredInterface()- Generated:
-
getRequires
DeployedProvidedInterface getRequires()Returns the value of the 'Requires' reference.- Returns:
- the value of the 'Requires' reference.
- See Also:
setRequires(DeployedProvidedInterface),DeploymentPackage.getDeployedRequiredInterface_Requires()- Generated:
- Model:
-
setRequires
Sets the value of the 'Requires' reference.- Parameters:
value- the new value of the 'Requires' reference.- See Also:
getRequires()- Generated:
-