public class NumberClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumberClientParam.IMatches<T> |
| Constructor and Description |
|---|
NumberClientParam(String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
exactly() |
String |
getParamName()
Returns the name of this parameter
|
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
greaterThan() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
greaterThanOrEqual() |
ICriterion<?> |
isMissing(boolean theMissing)
Sets the
:missing qualifier for this parameter. |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
lessThan() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
lessThanOrEqual() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
withPrefix(ParamPrefixEnum thePrefix) |
public NumberClientParam(String theParamName)
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> exactly()
public String getParamName()
IParamgetParamName in interface IParampublic NumberClientParam.IMatches<ICriterion<NumberClientParam>> greaterThan()
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> greaterThanOrEqual()
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> lessThan()
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> lessThanOrEqual()
public NumberClientParam.IMatches<ICriterion<NumberClientParam>> withPrefix(ParamPrefixEnum thePrefix)
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–2017 University Health Network. All rights reserved.