.. java:import:: org.codehaus.jackson.annotate JsonIgnore .. java:import:: org.codehaus.jackson.annotate JsonValue .. java:import:: org.joda.time DateTime .. java:import:: org.joda.time.format DateTimeFormat .. java:import:: org.joda.time.format DateTimeFormatter .. java:import:: org.joda.time.format DateTimeFormatterBuilder .. java:import:: org.joda.time.format DateTimeParser .. java:import:: org.motechproject.commons.api MotechException .. java:import:: java.util Arrays ParameterType ============= .. java:package:: org.motechproject.tasks.domain :noindex: .. java:type:: public enum ParameterType Defines the type of various values used in a task including trigger parameters, action parameters and data source object fields. Enum Constants -------------- BOOLEAN ^^^^^^^ .. java:field:: public static final ParameterType BOOLEAN :outertype: ParameterType DATE ^^^^ .. java:field:: public static final ParameterType DATE :outertype: ParameterType DOUBLE ^^^^^^ .. java:field:: public static final ParameterType DOUBLE :outertype: ParameterType INTEGER ^^^^^^^ .. java:field:: public static final ParameterType INTEGER :outertype: ParameterType LIST ^^^^ .. java:field:: public static final ParameterType LIST :outertype: ParameterType LONG ^^^^ .. java:field:: public static final ParameterType LONG :outertype: ParameterType MAP ^^^ .. java:field:: public static final ParameterType MAP :outertype: ParameterType TEXTAREA ^^^^^^^^ .. java:field:: public static final ParameterType TEXTAREA :outertype: ParameterType TIME ^^^^ .. java:field:: public static final ParameterType TIME :outertype: ParameterType UNICODE ^^^^^^^ .. java:field:: public static final ParameterType UNICODE :outertype: ParameterType UNKNOWN ^^^^^^^ .. java:field:: public static final ParameterType UNKNOWN :outertype: ParameterType