Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_NOTIFY_SCHEDULE
Packages that use K_NOTIFY_SCHEDULE
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_NOTIFY_SCHEDULE in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_NOTIFY_SCHEDULEModifier and TypeMethodDescriptionstatic K_NOTIFY_SCHEDULEK_NOTIFY_SCHEDULE.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_NOTIFY_SCHEDULEReturns the enum constant of this class with the specified name.static K_NOTIFY_SCHEDULE[]K_NOTIFY_SCHEDULE.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_NOTIFY_SCHEDULE in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_NOTIFY_SCHEDULEModifier and TypeFieldDescriptionARG_NotifyConfigurationNotification.kScheduleschedule of this notifcationARG_XBrowserNodeRep.kScheduleshortest schedule of this elementMethods in de.mid.innovator.srv2api.icw2meta that return K_NOTIFY_SCHEDULEMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_NOTIFY_SCHEDULEModifier and TypeMethodDescriptionADUserNotification.getNotificationScheduleOfSchedule(K_NOTIFY_SCHEDULE kind) Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_NOTIFY_SCHEDULEModifierConstructorDescriptionARG_NotifyConfigurationNotification(String name, K_NOTIFY_CHANNEL kChannel, K_NOTIFY_SCHEDULE kSchedule, List<ARG_NotifyConfigurationInoElement> seqElement) ARG_XBrowserNodeRep(ADClientAble ohElem, Class<? extends ELObject> kVOclElem, int idStereoElem, int idModel, ARG_XImageRep valImageRep, List<ARG_XColorKindRep> seqColorRep, List<ARG_XTextRep> seqText, ARG_XBrowserNodeRep valContainer, List<ARG_XBrowserNodeRep> seqContent, Date timeCreation, Date timeModification, Date timeCheckOut, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isLeaf, boolean isMenuAble, boolean isProxyAbleObsolete, boolean isRenameAble, boolean isSortAble, boolean isTextAble, boolean isTransformAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isReference, boolean isOwnerModifyAble, boolean isReadAble, boolean hasRoleAccess, boolean isMultipleCalled, boolean isService, boolean hasAttachment, int cntTextDefinition, int cntTextValue, String strUUIDElem, String strUUIDContainer, boolean isDuplicateAble, K_NOTIFY_SCHEDULE kSchedule, List<ADClientAble> seqSyncElem, boolean isNotActive)