Interface Connector
-
- All Known Implementing Classes:
ConnectorImpl
public interface Connector extends Content
A representation of the model object 'Connector'.The following features are supported:
- See Also:
LanguagePackage.getConnector()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssemblyContextgetFrom()Returns the value of the 'From' reference.StringgetName()Returns the value of the 'Name' attribute.AssemblyContextgetTarget()Returns the value of the 'Target' containment reference.AssemblyContextgetTo()Returns the value of the 'To' reference.voidsetFrom(AssemblyContext value)Sets the value of the 'From' reference.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetTarget(AssemblyContext value)Sets the value of the 'Target' containment reference.voidsetTo(AssemblyContext value)Sets the value of the 'To' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),LanguagePackage.getConnector_Name()- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()- Generated class or method.
-
getFrom
AssemblyContext getFrom()
Returns the value of the 'From' reference.- Returns:
- the value of the 'From' reference.
- See Also:
setFrom(AssemblyContext),LanguagePackage.getConnector_From()- Generated class or method.
- EMF model class or method.
-
setFrom
void setFrom(AssemblyContext value)
Sets the value of the 'From' reference.- Parameters:
value- the new value of the 'From' reference.- See Also:
getFrom()- Generated class or method.
-
getTo
AssemblyContext getTo()
Returns the value of the 'To' reference.- Returns:
- the value of the 'To' reference.
- See Also:
setTo(AssemblyContext),LanguagePackage.getConnector_To()- Generated class or method.
- EMF model class or method.
-
setTo
void setTo(AssemblyContext value)
Sets the value of the 'To' reference.- Parameters:
value- the new value of the 'To' reference.- See Also:
getTo()- Generated class or method.
-
getTarget
AssemblyContext getTarget()
Returns the value of the 'Target' containment reference.- Returns:
- the value of the 'Target' containment reference.
- See Also:
setTarget(AssemblyContext),LanguagePackage.getConnector_Target()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setTarget
void setTarget(AssemblyContext value)
Sets the value of the 'Target' containment reference.- Parameters:
value- the new value of the 'Target' containment reference.- See Also:
getTarget()- Generated class or method.
-
-