Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADAnnotation
-
Packages that use ADAnnotation Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of ADAnnotation in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return ADAnnotation Modifier and Type Method Description static ADAnnotation
ADAnnotationHelper. createAnnotation(SrvContext srvCtx, ADClientAble ohContext, java.lang.String strText, java.util.List<? extends ADClientAble> seqElem)
Creates a new annotation.ADAnnotation
ADAnnotation. getParentAnnotation()
The parent annotation of this annotation.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADAnnotation Modifier and Type Method Description java.util.List<ADAnnotation>
ADClientAble. getAnnotation()
All annotations which annotate this element.java.util.List<ADAnnotation>
ADAnnotation. getSonAnnotation()
All son annotations of this annotation. -
Uses of ADAnnotation in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type ADAnnotation Modifier and Type Method Description java.util.List<ADAnnotation>
PRDia. getOwnedAnnotations(K_CONTROL_OPTION... behaviourFlags)
All annotations owned by this diagram.
-