Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_LOG_EVENT
Packages that use K_LOG_EVENT
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.
Meta model and administration information.
-
Uses of K_LOG_EVENT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_LOG_EVENTModifier and TypeMethodDescriptionstatic K_LOG_EVENTK_LOG_EVENT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_LOG_EVENTReturns the enum constant of this class with the specified name.static K_LOG_EVENT[]K_LOG_EVENT.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_LOG_EVENT in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOG_EVENTModifier and TypeFieldDescriptionARG_CreateEventLogEntry.kLogkind of the event log entryARG_DeleteEventLogEntry.kLogkind of event log entries to be deletedMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOG_EVENTModifier and TypeMethodDescriptionstatic voidADEventLogEntryHelper.createEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, String strNote, String strModelName, String strRepName) Creates a new event log entry or a specialization.static voidADEventLogEntryHelper.deleteEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, boolean repEvent, boolean thisModelEvent, boolean allModelEvent) Delete event log entries or specializations of the specified kind (or all kinds) within this model, all models or the repository.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOG_EVENTModifierConstructorDescriptionARG_CreateEventLogEntry(K_LOG_EVENT kLog, String strNote, String strModelName, String strRepName) ARG_DeleteEventLogEntry(K_LOG_EVENT kLog, boolean repEvent, boolean thisModelEvent, boolean allModelEvent)