Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_CHECK_TIME
Packages that use K_CHECK_TIME
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 IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of K_CHECK_TIME in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_CHECK_TIMEModifier and TypeMethodDescriptionstatic K_CHECK_TIMEK_CHECK_TIME.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_CHECK_TIMEReturns the enum constant of this class with the specified name.static K_CHECK_TIME[]K_CHECK_TIME.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_CHECK_TIME in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return K_CHECK_TIMEModifier and TypeMethodDescriptionIMConstraintAssign.getCheckTime()It indicates if the constraint is checked immediately before or after the action or at the end of transaction.Methods in de.mid.innovator.srv2api.icw2im with parameters of type K_CHECK_TIMEModifier and TypeMethodDescriptionvoidIMConstraintAssign.setCheckTime(K_CHECK_TIME value) Set the value of Attribut CheckTime.