Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_DBMERGE_DIRECTION
Packages that use K_DBMERGE_DIRECTION
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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_DIRECTIONModifier and TypeMethodDescriptionDBMergedTable.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_DIRECTIONModifier and TypeMethodDescriptionvoidDBMergedTable.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_DIRECTIONModifier and TypeMethodDescriptionstatic K_DBMERGE_DIRECTIONK_DBMERGE_DIRECTION.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_DBMERGE_DIRECTIONReturns the enum constant of this class with the specified name.static K_DBMERGE_DIRECTION[]K_DBMERGE_DIRECTION.values()Returns an array containing the constants of this enum class, in the order they are declared.