blob: a993185ece1db2d306f9a631636ca70803cf0027 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 SAP AG 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:
* SAP AG - initial API and implementation
******************************************************************************
* $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