Uses of Class
org.hl7.fhir.r4.model.ListResource.ListMode
-
Packages that use ListResource.ListMode Package Description org.hl7.fhir.r4.model -
-
Uses of ListResource.ListMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ListResource.ListMode Modifier and Type Field Description protected Enumeration<ListResource.ListMode>ListResource. modeHow 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.r4.model that return ListResource.ListMode Modifier and Type Method Description static ListResource.ListModeListResource.ListMode. fromCode(String codeString)ListResource.ListModeListResource.ListModeEnumFactory. fromCode(String codeString)ListResource.ListModeListResource. getMode()static ListResource.ListModeListResource.ListMode. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type ListResource.ListMode Modifier and Type Method Description Enumeration<ListResource.ListMode>ListResource.ListModeEnumFactory. fromType(Base code)Enumeration<ListResource.ListMode>ListResource. getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type ListResource.ListMode Modifier and Type Method Description ListResourceListResource. setMode(ListResource.ListMode value)StringListResource.ListModeEnumFactory. toCode(ListResource.ListMode code)StringListResource.ListModeEnumFactory. toSystem(ListResource.ListMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ListResource.ListMode Modifier and Type Method Description ListResourceListResource. setModeElement(Enumeration<ListResource.ListMode> value)
-