Class MMLabelHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMLabelHelper
-
public abstract class MMLabelHelper extends java.lang.ObjectRepresents a label definition.- See Also:
MMLabel
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MMLabelcreate(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)Extents the basic function 'EntCreateOclCmd' for the elementMMLabelby setting/modifying further attributes or elements.
-
-
-
Method Detail
-
create
public static MMLabel create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType) throws InoNetException, SrvErrorException
Extents the basic function 'EntCreateOclCmd' for the elementMMLabelby setting/modifying further attributes or elements.- Parameters:
srvCtx- The context of the related innovator server.ohProfile- Profile as containerohMM2Classification- Meta class or stereotypekType- Kind of type- Throws:
InoNetExceptionSrvErrorException
-
-