
Package ca.uhn.fhir.rest.api
Enum Class SummaryEnum
- All Implemented Interfaces:
Serializable
,Comparable<SummaryEnum>
,Constable
Enum representing the values for the
_summary
search parameter-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum 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 class with the specified name.static SummaryEnum[]
values()
Returns an array containing the constants of this enum class, 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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
-
fromCode
-