/** * <copyright> * </copyright> * * $Id$ */ package com.hundsun.ares.studio.atom; import com.hundsun.ares.studio.biz.Parameter; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Internal Param</b></em>'. * <!-- end-user-doc --> * * * @see com.hundsun.ares.studio.atom.AtomPackage#getInternalParam() * @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='id type'" * @generated */ public interface InternalParam extends Parameter { } // InternalParam