Uses of Enum
org.hl7.fhir.dstu2.model.List_.ListStatus
Packages that use List_.ListStatus
-
Uses of List_.ListStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type List_.ListStatusModifier and TypeFieldDescriptionprotected Enumeration<List_.ListStatus>List_.statusIndicates the current state of this list.Methods in org.hl7.fhir.dstu2.model that return List_.ListStatusModifier and TypeMethodDescriptionstatic List_.ListStatusList_.getStatus()static List_.ListStatusReturns 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_.ListStatusMethods in org.hl7.fhir.dstu2.model with parameters of type List_.ListStatusModifier and TypeMethodDescriptionList_.setStatus(List_.ListStatus value)List_.ListStatusEnumFactory.toCode(List_.ListStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type List_.ListStatusConstructor parameters in org.hl7.fhir.dstu2.model with type arguments of type List_.ListStatusModifierConstructorDescriptionList_(Enumeration<List_.ListStatus> status, Enumeration<List_.ListMode> mode)