Uses of Class
de.terrestris.shoguncore.model.module.OverpassSearch.OverpassFormatType
-
Packages that use OverpassSearch.OverpassFormatType Package Description de.terrestris.shoguncore.model.module -
-
Uses of OverpassSearch.OverpassFormatType in de.terrestris.shoguncore.model.module
Methods in de.terrestris.shoguncore.model.module that return OverpassSearch.OverpassFormatType Modifier and Type Method Description static OverpassSearch.OverpassFormatTypeOverpassSearch.OverpassFormatType. fromString(String inputValue)Static method to get an enum based on a string value.OverpassSearch.OverpassFormatTypeOverpassSearch. getFormat()static OverpassSearch.OverpassFormatTypeOverpassSearch.OverpassFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static OverpassSearch.OverpassFormatType[]OverpassSearch.OverpassFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.terrestris.shoguncore.model.module with parameters of type OverpassSearch.OverpassFormatType Modifier and Type Method Description voidOverpassSearch. setFormat(OverpassSearch.OverpassFormatType format)
-