Uses of Class
de.mid.innovator.srv2api.icw2elem.K_DBMERGE_DIRECTION
-
Packages that use K_DBMERGE_DIRECTION Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.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. -
-
Uses of K_DBMERGE_DIRECTION in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return K_DBMERGE_DIRECTION Modifier and Type Method Description K_DBMERGE_DIRECTION
DBMergedTable. getDirection()
Indicates wether the table was merged to foreign key or to unique key.Methods in de.mid.innovator.srv2api.icw2db with parameters of type K_DBMERGE_DIRECTION Modifier and Type Method Description void
DBMergedTable. setDirection(K_DBMERGE_DIRECTION value)
Set the value of Attribut Direction. -
Uses of K_DBMERGE_DIRECTION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_DBMERGE_DIRECTION Modifier and Type Method Description static K_DBMERGE_DIRECTION
K_DBMERGE_DIRECTION. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_DBMERGE_DIRECTION
K_DBMERGE_DIRECTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_DBMERGE_DIRECTION[]
K_DBMERGE_DIRECTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-