Uses of Class
de.terrestris.shoguncore.util.enumeration.OgcEnum.Service
-
Packages that use OgcEnum.Service Package Description de.terrestris.shoguncore.util.enumeration -
-
Uses of OgcEnum.Service in de.terrestris.shoguncore.util.enumeration
Methods in de.terrestris.shoguncore.util.enumeration that return OgcEnum.Service Modifier and Type Method Description static OgcEnum.ServiceOgcEnum.Service. fromString(String inputValue)Static method to get an enum based on a string value.static OgcEnum.ServiceOgcEnum.Service. valueOf(String name)Returns the enum constant of this type with the specified name.static OgcEnum.Service[]OgcEnum.Service. values()Returns an array containing the constants of this enum type, in the order they are declared.
-