| Package | Description |
|---|---|
| org.opengis.cite.wfs30 |
The root package includes supporting classes of general utility such as the
main controller, listeners, and reporters.
|
| org.opengis.cite.wfs30.openapi3 |
| Modifier and Type | Method and Description |
|---|---|
static WFS3.PATH |
WFS3.PATH.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFS3.PATH[] |
WFS3.PATH.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TestPoint> |
OpenApiUtils.retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
WFS3.PATH path)
Parse the test points with the passed path from the passed OpenApi3 document as described in A.4.3.
|
static List<TestPoint> |
OpenApiUtils.retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
WFS3.PATH path,
String extendedPath)
Parse the test points with the passed path including the extended path from the passed OpenApi3 document as
described in A.4.3.
|
Copyright © 2018 Open Geospatial Consortium. All rights reserved.