Uses of Class
org.n52.faroe.SettingType
-
Packages that use SettingType Package Description org.n52.faroe -
-
Uses of SettingType in org.n52.faroe
Methods in org.n52.faroe that return SettingType Modifier and Type Method Description static SettingTypeSettingType. fromString(String type)SettingTypeAbstractSettingDefinition. getType()SettingTypeSettingDefinition. getType()SettingTypeSettingValue. getType()static SettingTypeSettingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SettingType[]SettingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.faroe with parameters of type SettingType Modifier and Type Method Description (package private) AbstractSettingDefinition<T>AbstractSettingDefinition. setType(SettingType type)static StringSettingType. toString(SettingType type)Constructors in org.n52.faroe with parameters of type SettingType Constructor Description AbstractSettingDefinition(SettingType type)
-