Interface AssemblyRequiredInterface
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AssemblyRequiredInterfaceImpl
public interface AssemblyRequiredInterface
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Required Interface'.
The following features are supported:
- See Also:
AssemblyPackage.getAssemblyRequiredInterface()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description RequiredInterfaceTypegetRequiredInterfaceType()Returns the value of the 'Required Interface Type' reference.AssemblyProvidedInterfacegetRequires()Returns the value of the 'Requires' reference.voidsetRequiredInterfaceType(RequiredInterfaceType value)Sets the value of the 'Required Interface Type' reference.voidsetRequires(AssemblyProvidedInterface value)Sets the value of the 'Requires' reference.
-
Method Details
-
getRequires
AssemblyProvidedInterface getRequires()Returns the value of the 'Requires' reference.- Returns:
- the value of the 'Requires' reference.
- See Also:
setRequires(AssemblyProvidedInterface),AssemblyPackage.getAssemblyRequiredInterface_Requires()- Generated:
- Model:
-
setRequires
Sets the value of the 'Requires' reference.- Parameters:
value- the new value of the 'Requires' reference.- See Also:
getRequires()- Generated:
-
getRequiredInterfaceType
RequiredInterfaceType getRequiredInterfaceType()Returns the value of the 'Required Interface Type' reference.- Returns:
- the value of the 'Required Interface Type' reference.
- See Also:
setRequiredInterfaceType(RequiredInterfaceType),AssemblyPackage.getAssemblyRequiredInterface_RequiredInterfaceType()- Generated:
- Model:
-
setRequiredInterfaceType
Sets the value of the 'Required Interface Type' reference.- Parameters:
value- the new value of the 'Required Interface Type' reference.- See Also:
getRequiredInterfaceType()- Generated:
-