Uses of Enum
org.hl7.fhir.r4.model.ListResource.ListMode
-
Uses of ListResource.ListMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ListResource.ListMode> ListResource.mode
How this list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.Modifier and TypeMethodDescriptionstatic ListResource.ListMode
ListResource.getMode()
static ListResource.ListMode
Returns the enum constant of this type with the specified name.static ListResource.ListMode[]
ListResource.ListMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionListResource.ListModeEnumFactory.fromType
(PrimitiveType<?> code) ListResource.getModeElement()
Modifier and TypeMethodDescriptionListResource.setMode
(ListResource.ListMode value) ListResource.ListModeEnumFactory.toCode
(ListResource.ListMode code) ListResource.ListModeEnumFactory.toSystem
(ListResource.ListMode code) Modifier and TypeMethodDescriptionListResource.setModeElement
(Enumeration<ListResource.ListMode> value)