Uses of Class
org.hl7.fhir.r4.model.Enumerations.AbstractType
-
Packages that use Enumerations.AbstractType Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.AbstractType in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Enumerations.AbstractType Modifier and Type Method Description static Enumerations.AbstractTypeEnumerations.AbstractType. fromCode(String codeString)Enumerations.AbstractTypeEnumerations.AbstractTypeEnumFactory. fromCode(String codeString)static Enumerations.AbstractTypeEnumerations.AbstractType. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.AbstractType[]Enumerations.AbstractType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Enumerations.AbstractType Modifier and Type Method Description Enumeration<Enumerations.AbstractType>Enumerations.AbstractTypeEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.AbstractType Modifier and Type Method Description StringEnumerations.AbstractTypeEnumFactory. toCode(Enumerations.AbstractType code)StringEnumerations.AbstractTypeEnumFactory. toSystem(Enumerations.AbstractType code)
-