Uses of Class
de.mid.innovator.srv2api.icw2elem.K_RS_HOWMANY
-
Packages that use K_RS_HOWMANY Package Description de.mid.innovator.srv2api.icw2elem 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.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. -
-
Uses of K_RS_HOWMANY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_RS_HOWMANY Modifier and Type Method Description static K_RS_HOWMANY
K_RS_HOWMANY. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_RS_HOWMANY
K_RS_HOWMANY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_RS_HOWMANY[]
K_RS_HOWMANY. values()
Returns an array containing the constants of this enum type, 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_HOWMANY Modifier and Type Method Description K_RS_HOWMANY
ERRelationship. 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)!Methods in de.mid.innovator.srv2api.icw2er with parameters of type K_RS_HOWMANY Modifier and Type Method Description void
ERRelationship. setHowMany(K_RS_HOWMANY value)
Set the value of Info HowMany.
-