Uses of Interface
de.mid.innovator.srv2api.icw2er.ERCheckConstraint
-
Packages that use ERCheckConstraint Package Description de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of ERCheckConstraint in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERCheckConstraint Modifier and Type Method Description static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Check Constraint with template and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Check Constraint with stereotype and container.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERCheckConstraint Modifier and Type Method Description java.util.List<ERCheckConstraint>
ERAttribute. getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by thisERAttribute
.java.util.List<ERCheckConstraint>
EREntity. getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by thisEREntity
. -
Uses of ERCheckConstraint in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type ERCheckConstraint Modifier and Type Method Description java.util.List<ERCheckConstraint>
IMSemanticDataType. getOwnedERConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by thisIMSemanticDataType
.
-