/** * <copyright> * </copyright> * * $Id: Student.java,v 1.1 2011/01/20 15:52:51 auhl Exp $ */ 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