Class MMCreateTemplateHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMCreateTemplateHelper
-
public abstract class MMCreateTemplateHelper extends java.lang.Object
This is a utility class for MMCreateTemplate that provides static methods for creation or other purposes.- See Also:
MMCreateTemplate
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MMCreateTemplate
create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new create template.
-
-
-
Method Detail
-
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:
InoNetException
SrvErrorException
-
-