Uses of Interface
de.mid.innovator.srv2api.icw2class.CLEnumeration
-
Packages that use CLEnumeration 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 CLEnumeration in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLEnumeration Modifier and Type Method Description static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Type with template and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Type with stereotype and container.CLEnumeration
CLEnumLiteral. getEnumeration()
The enumeration owning this enumeration literal.CLEnumeration
CLEnumLiteral. getEnumerationLiteralClassifier()
The enumeration which is instantiated by this enumeration literal.
-