public class StringClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringClientParam.IStringMatch |
| Constructor and Description |
|---|
StringClientParam(String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
StringClientParam.IStringMatch |
contains()
The string contains given value
|
String |
getParamName()
Returns the name of this parameter
|
ICriterion<?> |
isMissing(boolean theMissing)
Sets the
:missing qualifier for this parameter. |
StringClientParam.IStringMatch |
matches()
The string matches the given value (servers will often, but are not required to) implement this as a left match,
meaning that a value of "smi" would match "smi" and "smith".
|
StringClientParam.IStringMatch |
matchesExactly()
The string matches exactly the given value
|
public StringClientParam(String theParamName)
public String getParamName()
IParamgetParamName in interface IParampublic StringClientParam.IStringMatch matches()
public StringClientParam.IStringMatch matchesExactly()
public StringClientParam.IStringMatch contains()
public ICriterion<?> isMissing(boolean theMissing)
IParam:missing qualifier for this parameter. Set this to true
to indicate that the server should return resources with this value populated
. Set this tofalse to indicate that the server should return resources with this value missing.Copyright © 2014–2019 University Health Network. All rights reserved.