/** */ package com.hundsun.ares.studio.procdure; 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.procdure.ProcdurePackage#getInternalParam() * @model * @generated */ public interface InternalParam extends Parameter { } // InternalParam