Uses of Class
org.hl7.fhir.dstu2.model.List_.ListMode
-
Packages that use List_.ListMode Package Description org.hl7.fhir.dstu2.model -
-
Uses of List_.ListMode in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type List_.ListMode Modifier and Type Field Description protected Enumeration<List_.ListMode>List_. 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.dstu2.model that return List_.ListMode Modifier and Type Method Description static List_.ListModeList_.ListMode. fromCode(String codeString)List_.ListModeList_.ListModeEnumFactory. fromCode(String codeString)List_.ListModeList_. getMode()static List_.ListModeList_.ListMode. valueOf(String name)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_.ListMode Modifier and Type Method Description Enumeration<List_.ListMode>List_.ListModeEnumFactory. fromType(Base code)Enumeration<List_.ListMode>List_. getModeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type List_.ListMode Modifier and Type Method Description List_List_. setMode(List_.ListMode value)StringList_.ListModeEnumFactory. toCode(List_.ListMode code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type List_.ListMode Modifier and Type Method Description List_List_. setModeElement(Enumeration<List_.ListMode> value)
-