Uses of Class
com.ibm.fhir.model.type.code.ContributorType
-
Packages that use ContributorType Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of ContributorType in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ContributorType Modifier and Type Method Description ContributorTypeContributor. getType()The type of contributor.Methods in com.ibm.fhir.model.type with parameters of type ContributorType Modifier and Type Method Description Contributor.BuilderContributor.Builder. type(ContributorType type)The type of contributor. -
Uses of ContributorType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ContributorType Modifier and Type Field Description static ContributorTypeContributorType. AUTHORAuthorstatic ContributorTypeContributorType. EDITOREditorstatic ContributorTypeContributorType. ENDORSEREndorserstatic ContributorTypeContributorType. REVIEWERReviewerMethods in com.ibm.fhir.model.type.code that return ContributorType Modifier and Type Method Description ContributorTypeContributorType.Builder. build()static ContributorTypeContributorType. of(ContributorType.ValueSet value)Factory method for creating ContributorType objects from a passed enum value.static ContributorTypeContributorType. of(String value)Factory method for creating ContributorType objects from a passed string value.
-