Uses of Enum Class
co.ecg.alpaca.toolkit.generated.enums.LegacyAutomaticCallbackLineMatchAction
Packages that use LegacyAutomaticCallbackLineMatchAction
-
Uses of LegacyAutomaticCallbackLineMatchAction in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return LegacyAutomaticCallbackLineMatchActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LegacyAutomaticCallbackLineMatchAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LegacyAutomaticCallbackLineMatchAction in co.ecg.alpaca.toolkit.generated.services
Fields in co.ecg.alpaca.toolkit.generated.services declared as LegacyAutomaticCallbackLineMatchActionModifier and TypeFieldDescriptionprotected LegacyAutomaticCallbackLineMatchActionLegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyLineTypeRequest.matchActionprotected LegacyAutomaticCallbackLineMatchActionLegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyLineTypeRequest.noMatchActionMethods in co.ecg.alpaca.toolkit.generated.services that return LegacyAutomaticCallbackLineMatchActionModifier and TypeMethodDescriptionLegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyLineTypeRequest.getMatchAction()LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyLineTypeRequest.getNoMatchAction()Methods in co.ecg.alpaca.toolkit.generated.services with parameters of type LegacyAutomaticCallbackLineMatchActionModifier and TypeMethodDescriptionLegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyLineTypeRequest.setMatchAction(LegacyAutomaticCallbackLineMatchAction matchAction) LegacyAutomaticCallback.SystemLegacyAutomaticCallbackModifyLineTypeRequest.setNoMatchAction(LegacyAutomaticCallbackLineMatchAction noMatchAction)