Uses of Class
de.terrestris.shoguncore.util.enumeration.HttpEnum.EventType
-
Packages that use HttpEnum.EventType Package Description de.terrestris.shoguncore.model.interceptor de.terrestris.shoguncore.util.enumeration -
-
Uses of HttpEnum.EventType in de.terrestris.shoguncore.model.interceptor
Methods in de.terrestris.shoguncore.model.interceptor that return HttpEnum.EventType Modifier and Type Method Description HttpEnum.EventTypeInterceptorRule. getEvent()Methods in de.terrestris.shoguncore.model.interceptor with parameters of type HttpEnum.EventType Modifier and Type Method Description voidInterceptorRule. setEvent(HttpEnum.EventType event)Constructors in de.terrestris.shoguncore.model.interceptor with parameters of type HttpEnum.EventType Constructor Description InterceptorRule(HttpEnum.EventType event, InterceptorEnum.RuleType rule, OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint) -
Uses of HttpEnum.EventType in de.terrestris.shoguncore.util.enumeration
Methods in de.terrestris.shoguncore.util.enumeration that return HttpEnum.EventType Modifier and Type Method Description static HttpEnum.EventTypeHttpEnum.EventType. fromString(String inputValue)Static method to get an enum based on a string value.static HttpEnum.EventTypeHttpEnum.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpEnum.EventType[]HttpEnum.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-