Uses of Enum
org.hl7.fhir.dstu3.model.Contributor.ContributorType
-
Uses of Contributor.ContributorType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Contributor.ContributorType> Contributor.type
The type of contributor.Modifier 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.Modifier and TypeMethodDescriptionContributor.ContributorTypeEnumFactory.fromType
(PrimitiveType<?> code) Contributor.getTypeElement()
Modifier and TypeMethodDescriptionContributor.setType
(Contributor.ContributorType value) Contributor.ContributorTypeEnumFactory.toCode
(Contributor.ContributorType code) Contributor.ContributorTypeEnumFactory.toSystem
(Contributor.ContributorType code) Modifier and TypeMethodDescriptionContributor.setTypeElement
(Enumeration<Contributor.ContributorType> value) ModifierConstructorDescriptionContributor
(Enumeration<Contributor.ContributorType> type, StringType name) Constructor