
Uses of Enum
org.hl7.fhir.dstu3.model.Enumerations.AbstractType
Packages that use Enumerations.AbstractType
-
Uses of Enumerations.AbstractType in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return Enumerations.AbstractTypeModifier and TypeMethodDescriptionstatic Enumerations.AbstractType
static Enumerations.AbstractType
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.dstu3.model that return types with arguments of type Enumerations.AbstractTypeModifier and TypeMethodDescriptionEnumerations.AbstractTypeEnumFactory.fromType
(PrimitiveType<?> code) Methods in org.hl7.fhir.dstu3.model with parameters of type Enumerations.AbstractTypeModifier and TypeMethodDescriptionEnumerations.AbstractTypeEnumFactory.toCode
(Enumerations.AbstractType code) Enumerations.AbstractTypeEnumFactory.toSystem
(Enumerations.AbstractType code)