Uses of Enum Class
de.iip_ecosphere.platform.support.iip_aas.ActiveAasBase.NotificationMode
Packages that use ActiveAasBase.NotificationMode
-
Uses of ActiveAasBase.NotificationMode in de.iip_ecosphere.platform.support.iip_aas
Fields in de.iip_ecosphere.platform.support.iip_aas declared as ActiveAasBase.NotificationModeModifier and TypeFieldDescriptionprivate static ActiveAasBase.NotificationModeActiveAasBase.modeMethods in de.iip_ecosphere.platform.support.iip_aas that return ActiveAasBase.NotificationModeModifier and TypeMethodDescriptionActiveAasBase.setNotificationMode(ActiveAasBase.NotificationMode mo) Changes the notification execution mode.Returns the enum constant of this class with the specified name.static ActiveAasBase.NotificationMode[]ActiveAasBase.NotificationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support.iip_aas with parameters of type ActiveAasBase.NotificationModeModifier and TypeMethodDescriptionstatic voidActiveAasBase.processNotification(String subId, ActiveAasBase.NotificationMode mode, ActiveAasBase.NotificationProcessor processor) Processes a notification on a submodel ofAasPartRegistry.retrieveIipAas().ActiveAasBase.setNotificationMode(ActiveAasBase.NotificationMode mo) Changes the notification execution mode.