Uses of Enum Class
org.hl7.fhir.r5.model.Contributor.ContributorType
Packages that use Contributor.ContributorType
-
Uses of Contributor.ContributorType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Contributor.ContributorTypeModifier and TypeFieldDescriptionprotected Enumeration<Contributor.ContributorType>Contributor.typeThe type of contributor.Methods in org.hl7.fhir.r5.model that return Contributor.ContributorTypeModifier and TypeMethodDescriptionstatic Contributor.ContributorTypeContributor.getType()static Contributor.ContributorTypeReturns the enum constant of this class with the specified name.static Contributor.ContributorType[]Contributor.ContributorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.ContributorTypeEnumFactory.fromType(PrimitiveType<?> code) Contributor.getTypeElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type Contributor.ContributorTypeModifier and TypeMethodDescriptionContributor.setTypeElement(Enumeration<Contributor.ContributorType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Contributor.ContributorTypeModifierConstructorDescriptionContributor(Contributor.ContributorType type, String name) Constructor