blob: c9162e8d5a1aeea51ff6c833a67849b0f907d592 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2018 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* SAP AG - initial API and implementation
******************************************************************************
*/
package company;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Student</b></em>'.
* <!-- end-user-doc -->
*
*
* @see company.CompanyPackage#getStudent()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore/OCL StudentAndFreelancesAge='self.age < 40'"
* annotation="http://www.eclipse.org/emf/2002/Ecore constraints='StudentAndFreelancesAge'"
* @generated
*/
public interface Student extends Employee {
} // Student