Uses of Class
org.hl7.fhir.dstu2.model.List_.ListStatus
-
Packages that use List_.ListStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of List_.ListStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type List_.ListStatus Modifier and Type Field Description protected Enumeration<List_.ListStatus>List_. statusIndicates the current state of this list.Methods in org.hl7.fhir.dstu2.model that return List_.ListStatus Modifier and Type Method Description static List_.ListStatusList_.ListStatus. fromCode(String codeString)List_.ListStatusList_.ListStatusEnumFactory. fromCode(String codeString)List_.ListStatusList_. getStatus()static List_.ListStatusList_.ListStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static List_.ListStatus[]List_.ListStatus. 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_.ListStatus Modifier and Type Method Description Enumeration<List_.ListStatus>List_.ListStatusEnumFactory. fromType(Base code)Enumeration<List_.ListStatus>List_. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type List_.ListStatus Modifier and Type Method Description List_List_. setStatus(List_.ListStatus value)StringList_.ListStatusEnumFactory. toCode(List_.ListStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type List_.ListStatus Modifier and Type Method Description List_List_. setStatusElement(Enumeration<List_.ListStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type List_.ListStatus Constructor Description List_(Enumeration<List_.ListStatus> status, Enumeration<List_.ListMode> mode)
-