Package org.n52.faroe.settings
Class UriSettingDefinition
- java.lang.Object
-
- org.n52.faroe.AbstractOrdered
-
- org.n52.faroe.AbstractSettingDefinition<URI>
-
- org.n52.faroe.settings.UriSettingDefinition
-
- All Implemented Interfaces:
Serializable,Comparable<Ordered>,Ordered,SettingDefinition<URI>
public class UriSettingDefinition extends AbstractSettingDefinition<URI>
SettingDefinitionforURIs.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UriSettingDefinition()Constructs a newUriSettingDefinition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UriSettingDefinitionsetDefaultStringValue(String value)-
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 UriSettingDefinition setDefaultStringValue(String value)
-
-