Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_RS_HOWMANY
Packages that use K_RS_HOWMANY
Package
Description
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
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.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
-
Uses of K_RS_HOWMANY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_RS_HOWMANYModifier and TypeMethodDescriptionstatic K_RS_HOWMANYK_RS_HOWMANY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_RS_HOWMANYReturns the enum constant of this class with the specified name.static K_RS_HOWMANY[]K_RS_HOWMANY.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_RS_HOWMANY in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return K_RS_HOWMANYModifier and TypeMethodDescriptionERRelationship.getHowMany()This enumeration value indicates how many instances of the child entity can reference the same instance of the parent entity.
Setting this value to explicit will set the cardinality to (2,5)! For other values use the setter methods 'Min' and 'Max' of the parent entityERRole.Methods in de.mid.innovator.srv2api.icw2er with parameters of type K_RS_HOWMANYModifier and TypeMethodDescriptionvoidERRelationship.setHowMany(K_RS_HOWMANY value) Set the value of Info HowMany.