
Uses of Enum
org.hl7.fhir.dstu2.model.List_.ListMode
Packages that use List_.ListMode
-
Uses of List_.ListMode in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type List_.ListModeModifier and TypeFieldDescriptionprotected Enumeration
<List_.ListMode> List_.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.Methods in org.hl7.fhir.dstu2.model that return List_.ListModeModifier and TypeMethodDescriptionstatic List_.ListMode
List_.getMode()
static List_.ListMode
Returns the enum constant of this type with the specified name.static List_.ListMode[]
List_.ListMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type List_.ListModeMethods in org.hl7.fhir.dstu2.model with parameters of type List_.ListModeModifier and TypeMethodDescriptionList_.setMode
(List_.ListMode value) List_.ListModeEnumFactory.toCode
(List_.ListMode code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type List_.ListMode