Uses of Interface
de.mid.innovator.srv2api.icw2im.IMSequence
-
Packages that use IMSequence Package Description de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMSequence in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return IMSequence Modifier and Type Method Description static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sequence Type with template and container.static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sequence Type with stereotype and container.static IMSequence
IMSequenceHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMSequence
for the given sequence type.Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type IMSequence Modifier and Type Method Description java.util.List<IMSequence>
IMSemanticDataType. getPrimaryKeySequence()
List of all sequence types using thisIMSemanticDataType
in a referencing foreign key.
-