Uses of Enum
org.hl7.fhir.r4.model.Contributor.ContributorType
Packages that use Contributor.ContributorType
-
Uses of Contributor.ContributorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contributor.ContributorTypeModifier and TypeFieldDescriptionprotected Enumeration<Contributor.ContributorType>Contributor.typeThe type of contributor.Methods in org.hl7.fhir.r4.model that return Contributor.ContributorTypeModifier and TypeMethodDescriptionstatic Contributor.ContributorTypeContributor.getType()static Contributor.ContributorTypeReturns 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.r4.model that return types with arguments of type Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.ContributorTypeEnumFactory.fromType(PrimitiveType<?> code) Contributor.getTypeElement()Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.setTypeElement(Enumeration<Contributor.ContributorType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Contributor.ContributorTypeModifierConstructorDescriptionContributor(Enumeration<Contributor.ContributorType> type, StringType name) Constructor