| Package | Description |
|---|---|
| de.terrestris.shogun2.util.enumeration | |
| de.terrestris.shogun2.util.interceptor |
| Modifier and Type | Method and Description |
|---|---|
static OgcEnum.OperationType |
OgcEnum.Operation.fromString(String inputValue)
Static method to get an enum based on a string value.
|
static OgcEnum.OperationType |
OgcEnum.OperationType.fromString(String inputValue)
Static method to get an enum based on a string value.
|
static OgcEnum.OperationType |
OgcEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
OgcEnum.OperationType |
OgcMessage.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
OgcMessage.setOperation(OgcEnum.OperationType operation) |
| Constructor and Description |
|---|
OgcMessage(OgcEnum.ServiceType service,
OgcEnum.OperationType operation,
String endPoint,
InterceptorEnum.RuleType requestRule,
InterceptorEnum.RuleType responseRule) |
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.