Package ca.uhn.fhir.rest.api
Enum SummaryEnum
- All Implemented Interfaces:
Serializable
,Comparable<SummaryEnum>
Enum representing the values for the
_summary
search parameter-
Enum Constant Summary
Enum ConstantDescriptionSearch only: just return a count of the matching resources, without returning the actual matchesRemove the text elementReturn all parts of the resource(s)Return only the 'text' element, and any mandatory elementsReturn only those elements marked as 'summary' in the base definition of the resource(s) -
Method Summary
Modifier and TypeMethodDescriptionstatic SummaryEnum
getCode()
static SummaryEnum
Returns the enum constant of this type with the specified name.static SummaryEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COUNT
Search only: just return a count of the matching resources, without returning the actual matches -
TEXT
Return only the 'text' element, and any mandatory elements -
DATA
Remove the text element -
TRUE
Return only those elements marked as 'summary' in the base definition of the resource(s) -
FALSE
Return all parts of the resource(s)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
-
fromCode
-