Uses of Enum Class
de.starwit.aic.model.ActionType.ExecutionPolicyEnum
Packages that use ActionType.ExecutionPolicyEnum
-
Uses of ActionType.ExecutionPolicyEnum in de.starwit.aic.model
Methods in de.starwit.aic.model that return ActionType.ExecutionPolicyEnumModifier and TypeMethodDescriptionActionType.getExecutionPolicy()Get executionPolicyActionType.ExecutionPolicyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.static ActionType.ExecutionPolicyEnum[]ActionType.ExecutionPolicyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.starwit.aic.model with parameters of type ActionType.ExecutionPolicyEnumModifier and TypeMethodDescriptionActionType.executionPolicy(ActionType.ExecutionPolicyEnum executionPolicy) voidActionType.setExecutionPolicy(ActionType.ExecutionPolicyEnum executionPolicy) voidActionType.ExecutionPolicyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ActionType.ExecutionPolicyEnum enumeration)