Uses of Class
de.mid.innovator.srv2api.icw2elem.K_TRIGGER_TIME
-
Packages that use K_TRIGGER_TIME 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.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of K_TRIGGER_TIME in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_TRIGGER_TIME Modifier and Type Method Description static K_TRIGGER_TIME
K_TRIGGER_TIME. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_TRIGGER_TIME
K_TRIGGER_TIME. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_TRIGGER_TIME[]
K_TRIGGER_TIME. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_TRIGGER_TIME in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return K_TRIGGER_TIME Modifier and Type Method Description K_TRIGGER_TIME
IMTrigger. getActionTime()
It indicates if the trigger activity is run before, after or instead of the statement or row is modified.Methods in de.mid.innovator.srv2api.icw2im with parameters of type K_TRIGGER_TIME Modifier and Type Method Description void
IMTrigger. setActionTime(K_TRIGGER_TIME value)
Set the value of Attribut ActionTime.
-