| Package | Description |
|---|---|
| org.cornutum.tcases.openapi.resolver |
| Modifier and Type | Method and Description |
|---|---|
ParamDef.Location |
ParamDef.getLocation()
Returns the location of the parameter value.
|
ParamDef.Location |
ParamData.getLocation()
Returns the location of the parameter value.
|
static ParamDef.Location |
ParamDef.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamDef.Location[] |
ParamDef.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParamDef.setLocation(ParamDef.Location location)
Changes the location of the parameter value.
|
void |
ParamData.setLocation(ParamDef.Location location)
Changes the location of the parameter value.
|
Copyright © 2020 The Cornutum Project. All rights reserved.