Package org.n52.faroe.settings
Class DateTimeSettingDefinition
- java.lang.Object
-
- org.n52.faroe.AbstractOrdered
-
- org.n52.faroe.AbstractSettingDefinition<org.joda.time.DateTime>
-
- org.n52.faroe.settings.DateTimeSettingDefinition
-
- All Implemented Interfaces:
Serializable,Comparable<Ordered>,Ordered,SettingDefinition<org.joda.time.DateTime>
public class DateTimeSettingDefinition extends AbstractSettingDefinition<org.joda.time.DateTime>
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateTimeSettingDefinition()constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateTimeSettingDefinitionsetDefaultStringValue(String value)Setter for default value asString.-
Methods inherited from class org.n52.faroe.AbstractSettingDefinition
equals, getDefaultValue, getDescription, getGroup, getKey, getSuborder, getTitle, getType, hasDefaultValue, hasDescription, hasGroup, hashCode, hasStringProperty, hasTitle, isOptional, setDefaultValue, setDescription, setGroup, setKey, setOptional, setTitle, toString
-
Methods inherited from class org.n52.faroe.AbstractOrdered
compareTo, getOrder, setOrder
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.n52.faroe.SettingDefinition
getGroup, getOptionalDefaultValue
-
-
-
-
Method Detail
-
setDefaultStringValue
public DateTimeSettingDefinition setDefaultStringValue(String value)
Setter for default value asString. Parses the string toDateTimeobject- Parameters:
value- Default value as String- Returns:
- this
-
-