(String actionType)
| 48 | } |
| 49 | |
| 50 | public static ActionType getActionType(String actionType) throws IllegalArgumentException { |
| 51 | return ActionType.valueOf(actionType); |
| 52 | } |
| 53 | |
| 54 | public static ActionParameter getActionParameter(String actionParameterValue) throws ValueException { |
| 55 | return switch (actionParameterValue) { |
no outgoing calls