Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_TRIGGER_GRANULARITY
Packages that use K_TRIGGER_GRANULARITY
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_TRIGGER_GRANULARITY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_TRIGGER_GRANULARITYModifier and TypeMethodDescriptionstatic K_TRIGGER_GRANULARITYK_TRIGGER_GRANULARITY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_TRIGGER_GRANULARITYReturns the enum constant of this class with the specified name.static K_TRIGGER_GRANULARITY[]K_TRIGGER_GRANULARITY.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_TRIGGER_GRANULARITY in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return K_TRIGGER_GRANULARITYModifier and TypeMethodDescriptionIMTrigger.getActionGranularity()It indicates if the trigger is called once per statement execution or before or after each row of the table is modified.Methods in de.mid.innovator.srv2api.icw2im with parameters of type K_TRIGGER_GRANULARITYModifier and TypeMethodDescriptionvoidIMTrigger.setActionGranularity(K_TRIGGER_GRANULARITY value) Set the value of Attribut ActionGranularity.