SettingOptions ============== .. java:package:: org.motechproject.mds.dto :noindex: .. java:type:: public enum SettingOptions The \ ``SettingOptions``\ contains available options that can be added to field setting. Enum Constants -------------- POSITIVE ^^^^^^^^ .. java:field:: public static final SettingOptions POSITIVE :outertype: SettingOptions Ensure that a value in a given setting is a number and it has a positive value. REQUIRE ^^^^^^^ .. java:field:: public static final SettingOptions REQUIRE :outertype: SettingOptions Force setting a value for a given setting.