A B C D E F G H I J M N O R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractOrdered - Class in org.n52.faroe
-
Abstract, generic implementation of
Ordered. - AbstractOrdered() - Constructor for class org.n52.faroe.AbstractOrdered
- AbstractOrdered(float) - Constructor for class org.n52.faroe.AbstractOrdered
- AbstractSettingDefinition<T> - Class in org.n52.faroe
-
Generic implementation of
SettingDefinition. - AbstractSettingDefinition(SettingType) - Constructor for class org.n52.faroe.AbstractSettingDefinition
- addOption(String) - Method in class org.n52.faroe.settings.ChoiceSettingDefinition
- addOption(String, String) - Method in class org.n52.faroe.settings.ChoiceSettingDefinition
- addSetting(SettingDefinition<?>) - Method in interface org.n52.faroe.SettingsService
- addSetting(SettingDefinition<?>) - Method in class org.n52.faroe.SettingsServiceImpl
- addSettings(Collection<SettingDefinition<?>>) - Method in interface org.n52.faroe.SettingsService
- addSettings(Collection<SettingDefinition<?>>) - Method in class org.n52.faroe.SettingsServiceImpl
B
- BOOLEAN - org.n52.faroe.SettingType
-
Type for
Booleanandboolean. - BOOLEAN_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- BooleanSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionforBooleans. - BooleanSettingDefinition() - Constructor for class org.n52.faroe.settings.BooleanSettingDefinition
-
Constructs a new
BooleanSettingDefinition.
C
- changeSetting(SettingValue<?>) - Method in interface org.n52.faroe.SettingsService
-
Changes a setting.
- changeSetting(SettingValue<?>) - Method in class org.n52.faroe.SettingsServiceImpl
-
Changes a setting.
- CHOICE - org.n52.faroe.SettingType
-
Type for a selection.
- CHOICE_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- ChoiceSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionresulting in a drop down menu offering different options.By default the options are sorted by their display name (it's set to value if not provided). - ChoiceSettingDefinition() - Constructor for class org.n52.faroe.settings.ChoiceSettingDefinition
- compareTo(Ordered) - Method in class org.n52.faroe.AbstractOrdered
- configure(Object) - Method in interface org.n52.faroe.SettingsService
-
Configure
owith the required settings. - configure(Object) - Method in class org.n52.faroe.SettingsServiceImpl
-
Configure
owith the required settings. - configureOnce(Object) - Method in interface org.n52.faroe.SettingsService
-
Configure
owith the required settings. - configureOnce(Object) - Method in class org.n52.faroe.SettingsServiceImpl
D
- DateTimeSettingDefinition - Class in org.n52.faroe.settings
- DateTimeSettingDefinition() - Constructor for class org.n52.faroe.settings.DateTimeSettingDefinition
-
constructor
- decodeDateTimeValue(String) - Static method in interface org.n52.faroe.SettingValueFactory
- decodeFileValue(String) - Static method in interface org.n52.faroe.SettingValueFactory
- decodeIntegerValue(String) - Static method in interface org.n52.faroe.SettingValueFactory
- decodeMultiLingualStringValue(String) - Static method in interface org.n52.faroe.SettingValueFactory
- decodeNumericValue(String) - Static method in interface org.n52.faroe.SettingValueFactory
- decodeUriValue(String) - Static method in interface org.n52.faroe.SettingValueFactory
- DEFAULT_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- deleteAll() - Method in interface org.n52.faroe.SettingsDao
- deleteAll() - Method in interface org.n52.faroe.SettingsService
-
Deletes all settings and users.
- deleteAll() - Method in class org.n52.faroe.SettingsServiceImpl
-
Deletes all settings and users.
- deleteSetting(SettingDefinition<?>) - Method in interface org.n52.faroe.SettingsService
-
Deletes the setting defined by
setting. - deleteSetting(SettingDefinition<?>) - Method in class org.n52.faroe.SettingsServiceImpl
-
Deletes the setting defined by
setting. - deleteSettingValue(String) - Method in interface org.n52.faroe.SettingsDao
-
Deletes the setting with the specified key.
- DESCRIPTION_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- destroy() - Method in class org.n52.faroe.SettingsFileWatcher
E
- equals(Object) - Method in class org.n52.faroe.AbstractOrdered
- equals(Object) - Method in class org.n52.faroe.AbstractSettingDefinition
- equals(Object) - Method in class org.n52.faroe.SettingDefinitionGroup
F
- FILE - org.n52.faroe.SettingType
-
Type for
File. - FILE_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- FileSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionforFiles. - FileSettingDefinition() - Constructor for class org.n52.faroe.settings.FileSettingDefinition
-
Constructs a new
FileSettingDefinition. - FileSettingsConfiguration - Interface in org.n52.faroe
- fromString(String) - Static method in enum org.n52.faroe.SettingType
G
- getDefaultValue() - Method in class org.n52.faroe.AbstractSettingDefinition
- getDefaultValue() - Method in interface org.n52.faroe.SettingDefinition
- getDefinitionByKey(String) - Method in interface org.n52.faroe.SettingsService
-
Get the definition that is defined with the specified key.
- getDefinitionByKey(String) - Method in class org.n52.faroe.SettingsServiceImpl
-
Get the definition that is defined with the specified key.
- getDescription() - Method in class org.n52.faroe.AbstractSettingDefinition
- getDescription() - Method in interface org.n52.faroe.SettingDefinition
- getDescription() - Method in class org.n52.faroe.SettingDefinitionGroup
- getGroup() - Method in class org.n52.faroe.AbstractSettingDefinition
- getGroup() - Method in interface org.n52.faroe.SettingDefinition
- getGroup(SettingDefinitionGroup) - Method in interface org.n52.faroe.SettingDefinition
- getKey() - Method in class org.n52.faroe.AbstractSettingDefinition
- getKey() - Method in interface org.n52.faroe.SettingDefinition
- getKey() - Method in interface org.n52.faroe.SettingValue
- getKeys() - Method in interface org.n52.faroe.SettingsService
- getKeys() - Method in class org.n52.faroe.SettingsServiceImpl
- getMaximum() - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Get the value of maximum.
- getMinimum() - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Get the value of minimum.
- getNewValue() - Method in class org.n52.faroe.SettingsChangeEvent
- getOldValue() - Method in class org.n52.faroe.SettingsChangeEvent
- getOptionalDefaultValue() - Method in interface org.n52.faroe.SettingDefinition
- getOptions() - Method in class org.n52.faroe.settings.ChoiceSettingDefinition
- getOrder() - Method in class org.n52.faroe.AbstractOrdered
- getOrder() - Method in interface org.n52.faroe.Ordered
- getPath() - Method in interface org.n52.faroe.FileSettingsConfiguration
-
the path of a file pased settings configuration
- getSetting() - Method in class org.n52.faroe.SettingsChangeEvent
- getSetting(String) - Method in interface org.n52.faroe.SettingsService
-
Gets the value of the setting defined by
key. - getSetting(String) - Method in class org.n52.faroe.SettingsServiceImpl
-
Gets the value of the setting defined by
key. - getSetting(SettingDefinition<T>) - Method in interface org.n52.faroe.SettingsService
-
Gets the value of the setting defined by
key. - getSetting(SettingDefinition<T>) - Method in class org.n52.faroe.SettingsServiceImpl
-
Gets the value of the setting defined by
key. - getSettingDefinitions() - Method in interface org.n52.faroe.SettingsService
-
Gets all
SettingDefinitions known by this class. - getSettingDefinitions() - Method in class org.n52.faroe.SettingsServiceImpl
-
Gets all
SettingDefinitions known by this class. - getSettingFactory() - Method in interface org.n52.faroe.SettingsService
- getSettingFactory() - Method in class org.n52.faroe.SettingsServiceImpl
- getSettings() - Method in interface org.n52.faroe.SettingsService
-
Gets all values for all definitions.
- getSettings() - Method in class org.n52.faroe.SettingsServiceImpl
-
Gets all values for all definitions.
- getSettingValue(String) - Method in interface org.n52.faroe.SettingsDao
-
Returns the value of the specified setting or
nullif it does not exist. - getSettingValues() - Method in interface org.n52.faroe.SettingsDao
- getSuborder() - Method in class org.n52.faroe.AbstractOrdered
- getSuborder() - Method in class org.n52.faroe.AbstractSettingDefinition
- getSuborder() - Method in class org.n52.faroe.SettingDefinitionGroup
- getTitle() - Method in class org.n52.faroe.AbstractSettingDefinition
- getTitle() - Method in interface org.n52.faroe.SettingDefinition
- getTitle() - Method in class org.n52.faroe.SettingDefinitionGroup
- getType() - Method in class org.n52.faroe.AbstractSettingDefinition
- getType() - Method in interface org.n52.faroe.SettingDefinition
- getType() - Method in interface org.n52.faroe.SettingValue
- getValue() - Method in interface org.n52.faroe.SettingValue
H
- hasDefaultValue() - Method in class org.n52.faroe.AbstractSettingDefinition
- hasDefaultValue() - Method in interface org.n52.faroe.SettingDefinition
- hasDescription() - Method in class org.n52.faroe.AbstractSettingDefinition
- hasDescription() - Method in interface org.n52.faroe.SettingDefinition
- hasDescription() - Method in class org.n52.faroe.SettingDefinitionGroup
- hasGroup() - Method in class org.n52.faroe.AbstractSettingDefinition
- hasGroup() - Method in interface org.n52.faroe.SettingDefinition
- hashCode() - Method in class org.n52.faroe.AbstractOrdered
- hashCode() - Method in class org.n52.faroe.AbstractSettingDefinition
- hashCode() - Method in class org.n52.faroe.SettingDefinitionGroup
- hasMaximum() - Method in class org.n52.faroe.settings.IntegerSettingDefinition
- hasMinimum() - Method in class org.n52.faroe.settings.IntegerSettingDefinition
- hasNewValue() - Method in class org.n52.faroe.SettingsChangeEvent
- hasOldValue() - Method in class org.n52.faroe.SettingsChangeEvent
- hasOption(String) - Method in class org.n52.faroe.settings.ChoiceSettingDefinition
- hasStringProperty(String) - Method in class org.n52.faroe.AbstractSettingDefinition
- hasStringProperty(String) - Method in class org.n52.faroe.SettingDefinitionGroup
-
Checks if the parameter is not null and not empty.
- hasTitle() - Method in class org.n52.faroe.AbstractSettingDefinition
- hasTitle() - Method in interface org.n52.faroe.SettingDefinition
- hasTitle() - Method in class org.n52.faroe.SettingDefinitionGroup
I
- init() - Method in class org.n52.faroe.SettingsFileWatcher
- INTEGER - org.n52.faroe.SettingType
-
Type for
Integerandint. - INTEGER_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- IntegerSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionforIntegers. - IntegerSettingDefinition() - Constructor for class org.n52.faroe.settings.IntegerSettingDefinition
-
Constructs a new
IntegerSettingDefinition. - isExclusiveMaximum() - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Get the value of exclusiveMaximum.
- isExclusiveMinimum() - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Get the value of exclusiveMinimum.
- isOptional() - Method in class org.n52.faroe.AbstractSettingDefinition
- isOptional() - Method in interface org.n52.faroe.SettingDefinition
- isShowInDefaultSettings() - Method in class org.n52.faroe.SettingDefinitionGroup
-
Should this group be displayed in default settings
J
- JSONSettingConstants - Interface in org.n52.faroe
-
TODO JavaDoc
M
- MAXIMUM_EXCLUSIVE_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- MAXIMUM_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- MINIMUM_EXCLUSIVE_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- MINIMUM_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- MULTILINGUAL_STRING - org.n52.faroe.SettingType
-
Type for
LocalizedString. - MULTILINGUAL_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- MultilingualStringSettingDefinition - Class in org.n52.faroe.settings
- MultilingualStringSettingDefinition() - Constructor for class org.n52.faroe.settings.MultilingualStringSettingDefinition
N
- newBooleanSettingValue(String, Boolean) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Booleansetting value from the supplied key and value. - newBooleanSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Booleansetting value from the supplied key and string value. - newBooleanSettingValue(BooleanSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Booleansetting value from the supplied definition and string value. - newChoiceSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Stringsetting value from the supplied definition and string value. - newChoiceSettingValue(ChoiceSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Stringsetting value from the supplied definition and string value. - newDateTimeSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
TimeInstantsetting value from the supplied key and string value. - newDateTimeSettingValue(String, DateTime) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
TimeInstantsetting value from the supplied key and value. - newDateTimeSettingValue(DateTimeSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
TimeInstantsetting value from the supplied definition and string value. - newFileSettingValue(String, File) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Filesetting value from the supplied key and value. - newFileSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Filesetting value from the supplied key and string value. - newFileSettingValue(FileSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Filesetting value from the supplied definition and string value. - newIntegerSettingValue(String, Integer) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Integersetting value from the supplied key and value. - newIntegerSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Integersetting value from the supplied key and string value. - newIntegerSettingValue(IntegerSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Integersetting value from the supplied definition and string value. - newMultiLingualStringSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
MultilingualStringsetting value from the supplied key and string value. - newMultiLingualStringSettingValue(String, MultilingualString) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
MultilingualStringsetting value from the supplied key and value. - newMultiLingualStringSettingValue(MultilingualStringSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
MultilingualStringsetting value from the supplied definition and string value. - newNumericSettingValue(String, Double) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Doublesetting value from the supplied key and value. - newNumericSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Doublesetting value from the supplied key and string value. - newNumericSettingValue(NumericSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Doublesetting value from the supplied definition and string value. - newSettingValue(SettingDefinition<?>, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new generic setting value from the supplied definition and string value.
- newStringSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Stringsetting value from the supplied key and string value. - newStringSettingValue(StringSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
Stringsetting value from the supplied definition and string value. - newUriSettingValue(String, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
URIsetting value from the supplied key and string value. - newUriSettingValue(String, URI) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
URIsetting value from the supplied key and value. - newUriSettingValue(UriSettingDefinition, String) - Method in interface org.n52.faroe.SettingValueFactory
-
Constructs a new
URIsetting value from the supplied definition and string value. - nullOrEmpty(String) - Static method in interface org.n52.faroe.SettingValueFactory
- NUMBER_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- NUMERIC - org.n52.faroe.SettingType
-
Type for
Doubleanddouble. - NumericSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionforDoubles. - NumericSettingDefinition() - Constructor for class org.n52.faroe.settings.NumericSettingDefinition
-
Constructs a new
BooleanSettingDefinition.
O
- OPTIONS_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- Ordered - Interface in org.n52.faroe
-
Generic class to implement a Order based on floating point numbers.
- org.n52.faroe - package org.n52.faroe
- org.n52.faroe.settings - package org.n52.faroe.settings
R
- reconfigure() - Method in interface org.n52.faroe.SettingsService
-
Gets all values for all definitions and udpates (changes or configures) all configured objets.
- reconfigure() - Method in class org.n52.faroe.SettingsServiceImpl
- refresh() - Method in interface org.n52.faroe.FileSettingsConfiguration
-
read the contents of the file again
- REQUIRED_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
S
- saveSettingValue(SettingValue<?>) - Method in interface org.n52.faroe.SettingsDao
-
Saves the setting value.
- SECTIONS_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- setDefaultStringValue(String) - Method in class org.n52.faroe.settings.DateTimeSettingDefinition
-
Setter for default value as
String. - setDefaultStringValue(String) - Method in class org.n52.faroe.settings.UriSettingDefinition
- setDefaultValue(T) - Method in class org.n52.faroe.AbstractSettingDefinition
- setDefaultValue(T) - Method in interface org.n52.faroe.SettingDefinition
-
Sets the default value of this setting.
- setDescription(String) - Method in class org.n52.faroe.AbstractSettingDefinition
- setDescription(String) - Method in interface org.n52.faroe.SettingDefinition
-
Sets the description of this setting definition, which should further describe the purpose of this setting.
- setDescription(String) - Method in class org.n52.faroe.SettingDefinitionGroup
-
Sets the description for this group.
- setEnabled(boolean) - Method in class org.n52.faroe.SettingsFileWatcher
- setExclusiveMaximum(boolean) - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Set the value of exclusiveMaximum.
- setExclusiveMinimum(boolean) - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Set the value of exclusiveMinimum.
- setFileConfiguration(FileSettingsConfiguration) - Method in class org.n52.faroe.SettingsFileWatcher
- setGroup(SettingDefinitionGroup) - Method in class org.n52.faroe.AbstractSettingDefinition
- setGroup(SettingDefinitionGroup) - Method in interface org.n52.faroe.SettingDefinition
-
Sets the group of this definition.
- setKey(String) - Method in class org.n52.faroe.AbstractSettingDefinition
- setKey(String) - Method in interface org.n52.faroe.SettingDefinition
-
Sets the unique identifier of this setting definition, which can be referenced by configurable classes.
- setKey(String) - Method in interface org.n52.faroe.SettingValue
- setMaximum(Integer) - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Set the value of maximum.
- setMinimum(Integer) - Method in class org.n52.faroe.settings.IntegerSettingDefinition
-
Set the value of minimum.
- setOptional(boolean) - Method in class org.n52.faroe.AbstractSettingDefinition
- setOptional(boolean) - Method in interface org.n52.faroe.SettingDefinition
-
Sets whether this setting is optional or can be null.
- setOptions(Map<String, String>) - Method in class org.n52.faroe.settings.ChoiceSettingDefinition
- setOrder(float) - Method in class org.n52.faroe.AbstractOrdered
- setOrder(float) - Method in interface org.n52.faroe.Ordered
- setServiceEventBus(EventBus) - Method in class org.n52.faroe.SettingsServiceImpl
- setSettingDefinitions(Optional<Collection<SettingDefinition<?>>>) - Method in class org.n52.faroe.SettingsServiceImpl
- setSettingsManagerDao(SettingsDao) - Method in class org.n52.faroe.SettingsServiceImpl
- setSettingsService(SettingsService) - Method in class org.n52.faroe.SettingsFileWatcher
- setSettingValueFactory(SettingValueFactory) - Method in class org.n52.faroe.SettingsServiceImpl
- setShowInDefaultSettings(boolean) - Method in class org.n52.faroe.SettingDefinitionGroup
-
Set if this settings group should be displayed in default settings
- SettingDefinition<T> - Interface in org.n52.faroe
-
Interface for setting definitions that can be used within the Service.
- SettingDefinitionGroup - Class in org.n52.faroe
-
Class to group ISettingDefinitions.
- SettingDefinitionGroup() - Constructor for class org.n52.faroe.SettingDefinitionGroup
- SettingDefinitionGroup(String) - Constructor for class org.n52.faroe.SettingDefinitionGroup
- SettingDefinitionGroup(String, float) - Constructor for class org.n52.faroe.SettingDefinitionGroup
- SettingDefinitionGroup(String, String) - Constructor for class org.n52.faroe.SettingDefinitionGroup
- SettingDefinitionGroup(String, String, float) - Constructor for class org.n52.faroe.SettingDefinitionGroup
- SETTINGS_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- SettingsChangeEvent<T> - Class in org.n52.faroe
-
This event is fired if the
SettingValueof aSettingDefinitionhas been changed or aSettingDefinitionwas deleted. - SettingsChangeEvent(SettingDefinition<T>, SettingValue<T>, SettingValue<T>) - Constructor for class org.n52.faroe.SettingsChangeEvent
- SettingsDao - Interface in org.n52.faroe
- SettingsFileWatcher - Class in org.n52.faroe
-
http://andreinc.net/2013/12/06/java-7-nio-2-tutorial-writing-a-simple-filefolder-monitor-using-the-watch-service-api/ https://docs.oracle.com/javase/tutorial/essential/io/notification.html Load bean:
- SettingsFileWatcher() - Constructor for class org.n52.faroe.SettingsFileWatcher
- SettingsService - Interface in org.n52.faroe
- SettingsServiceImpl - Class in org.n52.faroe
-
Class to handle the settings and configuration of the service.
- SettingsServiceImpl() - Constructor for class org.n52.faroe.SettingsServiceImpl
- SettingType - Enum in org.n52.faroe
-
Enum to describe the type of a
SettingDefinitionandSettingValue. - SettingValue<T> - Interface in org.n52.faroe
-
Holder for generic settings.
- SettingValueFactory - Interface in org.n52.faroe
-
Factory to construct implementation specific
SettingValues. - setTitle(String) - Method in class org.n52.faroe.AbstractSettingDefinition
- setTitle(String) - Method in interface org.n52.faroe.SettingDefinition
-
Sets the title of this setting definition, which will be presented to the user.
- setTitle(String) - Method in class org.n52.faroe.SettingDefinitionGroup
-
Sets the title of this group.
- setType(SettingType) - Method in class org.n52.faroe.AbstractSettingDefinition
- setValue(T) - Method in interface org.n52.faroe.SettingValue
- STRING - org.n52.faroe.SettingType
-
Type for
String. - STRING_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- StringSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionforStrings. - StringSettingDefinition() - Constructor for class org.n52.faroe.settings.StringSettingDefinition
-
Constructs a new
StringSettingDefinition.
T
- TIME_INSTANT_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- TIMEINSTANT - org.n52.faroe.SettingType
-
Type for
DateTime. - TITLE_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- toString() - Method in class org.n52.faroe.AbstractSettingDefinition
- toString() - Method in class org.n52.faroe.SettingDefinitionGroup
- toString() - Method in class org.n52.faroe.SettingsChangeEvent
- toString() - Method in class org.n52.faroe.SettingsFileWatcher
- toString() - Method in enum org.n52.faroe.SettingType
- toString(SettingType) - Static method in enum org.n52.faroe.SettingType
- TYPE_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
U
- URI - org.n52.faroe.SettingType
-
Type for
URI. - URI_TYPE - Static variable in interface org.n52.faroe.JSONSettingConstants
- UriSettingDefinition - Class in org.n52.faroe.settings
-
SettingDefinitionforURIs. - UriSettingDefinition() - Constructor for class org.n52.faroe.settings.UriSettingDefinition
-
Constructs a new
UriSettingDefinition.
V
- VALUE_KEY - Static variable in interface org.n52.faroe.JSONSettingConstants
- valueOf(String) - Static method in enum org.n52.faroe.SettingType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.n52.faroe.SettingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages