Uses of Class
ca.uhn.fhir.model.dstu2.valueset.TimingAbbreviationEnum
-
Packages that use TimingAbbreviationEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
Uses of TimingAbbreviationEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type TimingAbbreviationEnum Modifier and Type Method Description BoundCodeableConceptDt<TimingAbbreviationEnum>TimingDt. getCode()Gets the value(s) for code ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type TimingAbbreviationEnum Modifier and Type Method Description TimingDtTimingDt. setCode(TimingAbbreviationEnum theValue)Sets the value(s) for code ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type TimingAbbreviationEnum Modifier and Type Method Description TimingDtTimingDt. setCode(BoundCodeableConceptDt<TimingAbbreviationEnum> theValue)Sets the value(s) for code () -
Uses of TimingAbbreviationEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type TimingAbbreviationEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<TimingAbbreviationEnum>TimingAbbreviationEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return TimingAbbreviationEnum Modifier and Type Method Description static TimingAbbreviationEnumTimingAbbreviationEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic TimingAbbreviationEnumTimingAbbreviationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TimingAbbreviationEnum[]TimingAbbreviationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-