
Uses of Enum
org.hl7.fhir.dstu3.model.Contributor.ContributorType
Packages that use Contributor.ContributorType
-
Uses of Contributor.ContributorType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Contributor.ContributorTypeModifier and TypeFieldDescriptionprotected Enumeration
<Contributor.ContributorType> Contributor.type
The type of contributor.Methods in org.hl7.fhir.dstu3.model that return Contributor.ContributorTypeModifier and TypeMethodDescriptionstatic Contributor.ContributorType
Contributor.getType()
static Contributor.ContributorType
Returns the enum constant of this type with the specified name.static Contributor.ContributorType[]
Contributor.ContributorType.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 Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.ContributorTypeEnumFactory.fromType
(PrimitiveType<?> code) Contributor.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.setType
(Contributor.ContributorType value) Contributor.ContributorTypeEnumFactory.toCode
(Contributor.ContributorType code) Contributor.ContributorTypeEnumFactory.toSystem
(Contributor.ContributorType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.setTypeElement
(Enumeration<Contributor.ContributorType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Contributor.ContributorTypeModifierConstructorDescriptionContributor
(Enumeration<Contributor.ContributorType> type, StringType name) Constructor