Uses of Class
nl.tailormap.viewer.config.services.WMSExceptionType
-
Packages that use WMSExceptionType Package Description nl.tailormap.viewer.config.services -
-
Uses of WMSExceptionType in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return WMSExceptionType Modifier and Type Method Description WMSExceptionTypeWMSService. getException_type()static WMSExceptionTypeWMSExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WMSExceptionType[]WMSExceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.tailormap.viewer.config.services with parameters of type WMSExceptionType Modifier and Type Method Description voidWMSService. setException_type(WMSExceptionType exception_type)
-