Interface Bike

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    BikeImpl

    public interface Bike
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Bike'.

    The following features are supported:

    See Also:
    FamiliesPackage.getBike()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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

      • getRider

        Person getRider()
        Returns the value of the 'Rider' containment reference.

        If the meaning of the 'Rider' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Rider' containment reference.
        See Also:
        setRider(Person), FamiliesPackage.getBike_Rider()
      • setRider

        void setRider​(Person value)
        Sets the value of the 'Rider' containment reference.
        Parameters:
        value - the new value of the 'Rider' containment reference.
        See Also:
        getRider()
      • getOwner

        Family getOwner()
        Returns the value of the 'Owner' reference.

        If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Owner' reference.
        See Also:
        setOwner(Family), FamiliesPackage.getBike_Owner()
      • setOwner

        void setOwner​(Family value)
        Sets the value of the 'Owner' reference.
        Parameters:
        value - the new value of the 'Owner' reference.
        See Also:
        getOwner()