/** * <copyright> * </copyright> * * $Id$ */ package org.csu.idl.idlmm; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Constant</b></em>'. * <!-- end-user-doc --> * * * @see org.csu.idl.idlmm.IdlmmPackage#getConstant() * @model abstract="true" * @generated */ public interface Constant extends Contained { } // Constant