Uses of Interface
de.mid.innovator.srv2api.icw2model.MEComment
-
Packages that use MEComment Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEComment in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MEComment Modifier and Type Method Description java.util.List<MEComment>
MMCommentContainerAble. getOwnedComment(K_CONTROL_OPTION... behaviourFlags)
-
Uses of MEComment in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEComment Modifier and Type Method Description static MEComment
MECommentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Comment with template and container.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Comment with stereotype and container.MEComment
MECommentAssign. getComment()
The comment owning this comment assign.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MEComment Modifier and Type Method Description java.util.List<MEComment>
MECommentAble. getAssignedComment(K_CONTROL_OPTION... behaviourFlags)
Returns all comments assigned to the current object.java.util.List<MEComment>
MECommentAble. getAssignedComment(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssignedComment and filters its return values according to the given stereotype value.
-