public interface Bike
extends org.eclipse.emf.ecore.EObject
FamiliesPackage.getBike()| Modifier and Type | Method and Description |
|---|---|
Family |
getOwner()
Returns the value of the 'Owner' reference.
|
Person |
getRider()
Returns the value of the 'Rider' containment reference.
|
void |
setOwner(Family value)
Sets the value of the '
Owner' reference. |
void |
setRider(Person value)
Sets the value of the '
Rider' containment reference. |
Person getRider()
If the meaning of the 'Rider' containment reference isn't clear, there really should be more of a description here...
setRider(Person),
FamiliesPackage.getBike_Rider()void setRider(Person value)
Rider' containment reference.
value - the new value of the 'Rider' containment reference.getRider()Family getOwner()
If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...
setOwner(Family),
FamiliesPackage.getBike_Owner()void setOwner(Family value)
Owner' reference.
value - the new value of the 'Owner' reference.getOwner()Copyright © 2020. All rights reserved.