Class MMCreateTemplateHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMCreateTemplateHelper
This is a utility class for MMCreateTemplate that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic MMCreateTemplatecreate(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype) Creates a new create template.
-
Method Details
-
create
public static MMCreateTemplate create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype) throws InoNetException, SrvErrorException Creates a new create template.- Parameters:
srvCtx- The context of the related innovator server.ohProfile- Profile for the element to be createdohStereotype- Selection for the element to be created- Throws:
InoNetExceptionSrvErrorException
-