Package org.n52.faroe.settings
Class FileSettingDefinition
- java.lang.Object
-
- org.n52.faroe.AbstractOrdered
-
- org.n52.faroe.AbstractSettingDefinition<File>
-
- org.n52.faroe.settings.FileSettingDefinition
-
- All Implemented Interfaces:
Serializable,Comparable<Ordered>,Ordered,SettingDefinition<File>
public class FileSettingDefinition extends AbstractSettingDefinition<File>
SettingDefinitionforFiles.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSettingDefinition()Constructs a newFileSettingDefinition.
-
Method Summary
-
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
-
-