Uses of Class
de.terrestris.shoguncore.util.enumeration.OgcEnum.OperationType
-
Packages that use OgcEnum.OperationType Package Description de.terrestris.shoguncore.model.interceptor de.terrestris.shoguncore.util.enumeration de.terrestris.shoguncore.util.interceptor -
-
Uses of OgcEnum.OperationType in de.terrestris.shoguncore.model.interceptor
Methods in de.terrestris.shoguncore.model.interceptor that return OgcEnum.OperationType Modifier and Type Method Description OgcEnum.OperationTypeInterceptorRule. getOperation()Methods in de.terrestris.shoguncore.model.interceptor with parameters of type OgcEnum.OperationType Modifier and Type Method Description voidInterceptorRule. setOperation(OgcEnum.OperationType operation)Constructors in de.terrestris.shoguncore.model.interceptor with parameters of type OgcEnum.OperationType Constructor Description InterceptorRule(HttpEnum.EventType event, InterceptorEnum.RuleType rule, OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint) -
Uses of OgcEnum.OperationType in de.terrestris.shoguncore.util.enumeration
Fields in de.terrestris.shoguncore.util.enumeration with type parameters of type OgcEnum.OperationType Modifier and Type Field Description static Map<OgcEnum.ServiceType,Set<OgcEnum.OperationType>>OgcEnum. OPERATIONS_BY_SERVICETYPEA map that contains a set ofOgcEnum.OperationTypes for any possibleOgcEnum.ServiceType.static Map<OgcEnum.OperationType,Set<OgcEnum.ServiceType>>OgcEnum. SERVICETYPES_BY_OPERATIONA map that contains a set ofOgcEnum.ServiceTypes for any possibleOgcEnum.OperationType.Methods in de.terrestris.shoguncore.util.enumeration that return OgcEnum.OperationType Modifier and Type Method Description static OgcEnum.OperationTypeOgcEnum.Operation. fromString(String inputValue)Static method to get an enum based on a string value.static OgcEnum.OperationTypeOgcEnum.OperationType. fromString(String inputValue)Static method to get an enum based on a string value.static OgcEnum.OperationTypeOgcEnum.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OgcEnum.OperationType[]OgcEnum.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OgcEnum.OperationType in de.terrestris.shoguncore.util.interceptor
Methods in de.terrestris.shoguncore.util.interceptor that return OgcEnum.OperationType Modifier and Type Method Description OgcEnum.OperationTypeOgcMessage. getOperation()Methods in de.terrestris.shoguncore.util.interceptor with parameters of type OgcEnum.OperationType Modifier and Type Method Description voidOgcMessage. setOperation(OgcEnum.OperationType operation)Constructors in de.terrestris.shoguncore.util.interceptor with parameters of type OgcEnum.OperationType Constructor Description OgcMessage(OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint, InterceptorEnum.RuleType requestRule, InterceptorEnum.RuleType responseRule)
-