public enum UriParamQualifierEnum extends Enum<UriParamQualifierEnum>
UriParam| Enum Constant and Description |
|---|
ABOVE
The search parameter is a concept with the form
[system]|[code],
and the search parameter tests whether the coding in a resource subsumes the
specified search code. |
BELOW
The search parameter is a concept with the form
[system]|[code],
and the search parameter tests whether the coding in a resource subsumes the
specified search code. |
| Modifier and Type | Method and Description |
|---|---|
static UriParamQualifierEnum |
forValue(String theValue)
|
String |
getValue()
Returns the qualifier value, e.g.
|
static UriParamQualifierEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriParamQualifierEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriParamQualifierEnum ABOVE
[system]|[code],
and the search parameter tests whether the coding in a resource subsumes the
specified search code. For example, the search concept has an is-a relationship
with the coding in the resource, and this includes the coding itself.
Value :above
public static final UriParamQualifierEnum BELOW
[system]|[code],
and the search parameter tests whether the coding in a resource subsumes the
specified search code. For example, the search concept has an is-a relationship
with the coding in the resource, and this includes the coding itself.
Value :below
public static UriParamQualifierEnum[] values()
for (UriParamQualifierEnum c : UriParamQualifierEnum.values()) System.out.println(c);
public static UriParamQualifierEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static UriParamQualifierEnum forValue(String theValue)
Copyright © 2014–2017 University Health Network. All rights reserved.