Uses of Class
org.hl7.fhir.dstu2.model.Enumerations.SpecialValues
-
Packages that use Enumerations.SpecialValues Package Description org.hl7.fhir.dstu2.model -
-
Uses of Enumerations.SpecialValues in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return Enumerations.SpecialValues Modifier and Type Method Description static Enumerations.SpecialValuesEnumerations.SpecialValues. fromCode(String codeString)Enumerations.SpecialValuesEnumerations.SpecialValuesEnumFactory. fromCode(String codeString)static Enumerations.SpecialValuesEnumerations.SpecialValues. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.SpecialValues[]Enumerations.SpecialValues. 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 Enumerations.SpecialValues Modifier and Type Method Description Enumeration<Enumerations.SpecialValues>Enumerations.SpecialValuesEnumFactory. fromType(Base code)Methods in org.hl7.fhir.dstu2.model with parameters of type Enumerations.SpecialValues Modifier and Type Method Description StringEnumerations.SpecialValuesEnumFactory. toCode(Enumerations.SpecialValues code)
-