
Uses of Enum
org.hl7.fhir.dstu3.model.Enumerations.DataType
Packages that use Enumerations.DataType
-
Uses of Enumerations.DataType in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return Enumerations.DataTypeModifier and TypeMethodDescriptionstatic Enumerations.DataType
static Enumerations.DataType
Returns the enum constant of this type with the specified name.static Enumerations.DataType[]
Enumerations.DataType.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.DataTypeModifier and TypeMethodDescriptionEnumerations.DataTypeEnumFactory.fromType
(PrimitiveType<?> code) Methods in org.hl7.fhir.dstu3.model with parameters of type Enumerations.DataTypeModifier and TypeMethodDescriptionEnumerations.DataTypeEnumFactory.toCode
(Enumerations.DataType code) Enumerations.DataTypeEnumFactory.toSystem
(Enumerations.DataType code)