| Package | Description |
|---|---|
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
static UriParamQualifierEnum |
UriParamQualifierEnum.forValue(String theValue)
|
UriParamQualifierEnum |
UriParam.getQualifier()
Gets the qualifier for this param (may be
null and generally will be) |
static UriParamQualifierEnum |
UriParamQualifierEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriParamQualifierEnum[] |
UriParamQualifierEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UriParam |
UriParam.setQualifier(UriParamQualifierEnum theQualifier)
Sets the qualifier for this param (may be
null and generally will be) |
Copyright © 2014–2017 University Health Network. All rights reserved.