Uses of Enum Class
de.mid.innovator.m2msdk.util.msg.ChangeMode
Packages that use ChangeMode
Package
Description
The package contains classes that can be used from applications as well as from server.
-
Uses of ChangeMode in de.mid.innovator.m2msdk.util.msg
Methods in de.mid.innovator.m2msdk.util.msg that return ChangeModeModifier and TypeMethodDescriptionChangeMode.add(ChangeMode otherMode) ChangeMessage.getMode()static ChangeModeReturns the enum constant of this class with the specified name.static ChangeMode[]ChangeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.m2msdk.util.msg with parameters of type ChangeModeConstructors in de.mid.innovator.m2msdk.util.msg with parameters of type ChangeModeModifierConstructorDescriptionChangeMessage(ChangeMode iMode, SimulateMode iMode2, MappingElementIF iElement) Create a new message on a mapping element.