Uses of Interface
de.mid.innovator.srv2api.icw2class.CLEnumLiteral
-
Packages that use CLEnumLiteral Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of CLEnumLiteral in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLEnumLiteral Modifier and Type Method Description static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Literal with template and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Literal with stereotype and container.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLEnumLiteral Modifier and Type Method Description java.util.List<CLEnumLiteral>
CLEnumeration. getEnumerationInstance(K_CONTROL_OPTION... behaviourFlags)
All enumeration literals instantiating this enumeration.java.util.List<CLEnumLiteral>
CLEnumeration. getOwnedLiteral(K_CONTROL_OPTION... behaviourFlags)
The ordered set of literals for this enumeration.
-