Package org.n52.shetland.ogc.sos.drt
Interface DeleteResultTemplateConstants
-
public interface DeleteResultTemplateConstants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeleteResultTemplateConstants.PARAMETERS
-
Field Summary
Fields Modifier and Type Field Description static StringCONFORMANCE_CLASS_INSERTIONstatic StringCONFORMANCE_CLASS_RETRIEVALstatic StringNSstatic StringNS_PREFIXstatic StringOPERATION_NAMEstatic StringSCHEMA_LOCATION_URL
-
-
-
Field Detail
-
OPERATION_NAME
static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
NS
static final String NS
- See Also:
- Constant Field Values
-
NS_PREFIX
static final String NS_PREFIX
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL
static final String SCHEMA_LOCATION_URL
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_INSERTION
static final String CONFORMANCE_CLASS_INSERTION
- See Also:
- Constant Field Values
-
CONFORMANCE_CLASS_RETRIEVAL
static final String CONFORMANCE_CLASS_RETRIEVAL
- See Also:
- Constant Field Values
-
-