/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.codegen.gmfgen; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Gen Constraint</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Boolean type value expression which is to be evaluated in a context * <!-- end-model-doc --> * * * @see org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getGenConstraint() * @model annotation="http://www.eclipse.org/gmf/2005/constraints/meta def='Constraint'" * @generated */ public interface GenConstraint extends ValueExpression { } // GenConstraint