Uses of Class
org.hl7.fhir.r4.model.Contributor.ContributorType
-
Packages that use Contributor.ContributorType Package Description org.hl7.fhir.r4.model -
-
Uses of Contributor.ContributorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contributor.ContributorType Modifier and Type Field Description protected Enumeration<Contributor.ContributorType>Contributor. typeThe type of contributor.Methods in org.hl7.fhir.r4.model that return Contributor.ContributorType Modifier and Type Method Description static Contributor.ContributorTypeContributor.ContributorType. fromCode(String codeString)Contributor.ContributorTypeContributor.ContributorTypeEnumFactory. fromCode(String codeString)Contributor.ContributorTypeContributor. getType()static Contributor.ContributorTypeContributor.ContributorType. valueOf(String name)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.r4.model that return types with arguments of type Contributor.ContributorType Modifier and Type Method Description Enumeration<Contributor.ContributorType>Contributor.ContributorTypeEnumFactory. fromType(Base code)Enumeration<Contributor.ContributorType>Contributor. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Contributor.ContributorType Modifier and Type Method Description ContributorContributor. setType(Contributor.ContributorType value)StringContributor.ContributorTypeEnumFactory. toCode(Contributor.ContributorType code)StringContributor.ContributorTypeEnumFactory. toSystem(Contributor.ContributorType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Contributor.ContributorType Modifier and Type Method Description ContributorContributor. setTypeElement(Enumeration<Contributor.ContributorType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Contributor.ContributorType Constructor Description Contributor(Enumeration<Contributor.ContributorType> type, StringType name)Constructor
-