blob: 0bd53916403e791f9096db60953e5d85639b0081 [file] [log] [blame]
/**
* Copyright (c) 2015, 2016 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Family</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getLastName <em>Last Name</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getFather <em>Father</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getMother <em>Mother</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getSons <em>Sons</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getDaughters <em>Daughters</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.FamiliesPackage#getFamily()
* @model
* @generated
*/
public interface Family extends EObject {
/**
* Returns the value of the '<em><b>Last Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Last Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Last Name</em>' attribute.
* @see #setLastName(String)
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.FamiliesPackage#getFamily_LastName()
* @model unique="false" required="true" ordered="false"
* @generated
*/
String getLastName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getLastName <em>Last Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Last Name</em>' attribute.
* @see #getLastName()
* @generated
*/
void setLastName(String value);
/**
* Returns the value of the '<em><b>Father</b></em>' containment reference.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilyFather <em>Family Father</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Father</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Father</em>' containment reference.
* @see #setFather(Member)
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.FamiliesPackage#getFamily_Father()
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilyFather
* @model opposite="familyFather" containment="true" required="true" ordered="false"
* @generated
*/
Member getFather();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getFather <em>Father</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Father</em>' containment reference.
* @see #getFather()
* @generated
*/
void setFather(Member value);
/**
* Returns the value of the '<em><b>Mother</b></em>' containment reference.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilyMother <em>Family Mother</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mother</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mother</em>' containment reference.
* @see #setMother(Member)
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.FamiliesPackage#getFamily_Mother()
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilyMother
* @model opposite="familyMother" containment="true" required="true" ordered="false"
* @generated
*/
Member getMother();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Family#getMother <em>Mother</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mother</em>' containment reference.
* @see #getMother()
* @generated
*/
void setMother(Member value);
/**
* Returns the value of the '<em><b>Sons</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member}.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilySon <em>Family Son</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sons</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Sons</em>' containment reference list.
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.FamiliesPackage#getFamily_Sons()
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilySon
* @model opposite="familySon" containment="true" ordered="false"
* @generated
*/
EList<Member> getSons();
/**
* Returns the value of the '<em><b>Daughters</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member}.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilyDaughter <em>Family Daughter</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Daughters</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Daughters</em>' containment reference list.
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.FamiliesPackage#getFamily_Daughters()
* @see org.eclipse.qvtd.xtext.qvtcore.tests.families2persons.Families.Member#getFamilyDaughter
* @model opposite="familyDaughter" containment="true" ordered="false"
* @generated
*/
EList<Member> getDaughters();
} // Family