Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ListModeEnum
-
Uses of ListModeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<ListModeEnum> ListResource.getModeElement()
Gets the value(s) for mode (class).Modifier and TypeMethodDescriptionListResource.setMode
(ListModeEnum theValue) Sets the value(s) for mode (class)Modifier and TypeMethodDescriptionListResource.setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<ListModeEnum> theValue) Sets the value(s) for mode (class) -
Uses of ListModeEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ListModeEnum> ListModeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic ListModeEnum
Returns the enumerated value associated with this codestatic ListModeEnum
Returns the enum constant of this type with the specified name.static ListModeEnum[]
ListModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.