Uses of Class
nl.b3p.tailormap.api.viewer.model.Service.ServerTypeEnum
-
Packages that use Service.ServerTypeEnum Package Description nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.viewer.model -
-
Uses of Service.ServerTypeEnum in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return Service.ServerTypeEnum Modifier and Type Method Description Service.ServerTypeEnumGeoServiceHelper. guessServerTypeFromUrl(String url) -
Uses of Service.ServerTypeEnum in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return Service.ServerTypeEnum Modifier and Type Method Description static Service.ServerTypeEnumService.ServerTypeEnum. fromValue(String value)@NotNull Service.ServerTypeEnumService. getServerType()Get serverTypestatic Service.ServerTypeEnumService.ServerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Service.ServerTypeEnum[]Service.ServerTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.viewer.model with parameters of type Service.ServerTypeEnum Modifier and Type Method Description ServiceService. serverType(Service.ServerTypeEnum serverType)voidService. setServerType(Service.ServerTypeEnum serverType)
-