Uses of Class
org.hl7.fhir.dstu2016may.model.ModuleMetadata.ModuleMetadataContributorType
-
Packages that use ModuleMetadata.ModuleMetadataContributorType Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of ModuleMetadata.ModuleMetadataContributorType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ModuleMetadata.ModuleMetadataContributorType Modifier and Type Field Description protected Enumeration<ModuleMetadata.ModuleMetadataContributorType>ModuleMetadata.ModuleMetadataContributorComponent. typeThe type of contributor.Methods in org.hl7.fhir.dstu2016may.model that return ModuleMetadata.ModuleMetadataContributorType Modifier and Type Method Description static ModuleMetadata.ModuleMetadataContributorTypeModuleMetadata.ModuleMetadataContributorType. fromCode(String codeString)ModuleMetadata.ModuleMetadataContributorTypeModuleMetadata.ModuleMetadataContributorTypeEnumFactory. fromCode(String codeString)ModuleMetadata.ModuleMetadataContributorTypeModuleMetadata.ModuleMetadataContributorComponent. getType()static ModuleMetadata.ModuleMetadataContributorTypeModuleMetadata.ModuleMetadataContributorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleMetadata.ModuleMetadataContributorType[]ModuleMetadata.ModuleMetadataContributorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ModuleMetadata.ModuleMetadataContributorType Modifier and Type Method Description Enumeration<ModuleMetadata.ModuleMetadataContributorType>ModuleMetadata.ModuleMetadataContributorTypeEnumFactory. fromType(Base code)Enumeration<ModuleMetadata.ModuleMetadataContributorType>ModuleMetadata.ModuleMetadataContributorComponent. getTypeElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ModuleMetadata.ModuleMetadataContributorType Modifier and Type Method Description ModuleMetadata.ModuleMetadataContributorComponentModuleMetadata.ModuleMetadataContributorComponent. setType(ModuleMetadata.ModuleMetadataContributorType value)StringModuleMetadata.ModuleMetadataContributorTypeEnumFactory. toCode(ModuleMetadata.ModuleMetadataContributorType code)StringModuleMetadata.ModuleMetadataContributorTypeEnumFactory. toSystem(ModuleMetadata.ModuleMetadataContributorType code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type ModuleMetadata.ModuleMetadataContributorType Modifier and Type Method Description ModuleMetadata.ModuleMetadataContributorComponentModuleMetadata.ModuleMetadataContributorComponent. setTypeElement(Enumeration<ModuleMetadata.ModuleMetadataContributorType> value)Constructor parameters in org.hl7.fhir.dstu2016may.model with type arguments of type ModuleMetadata.ModuleMetadataContributorType Constructor Description ModuleMetadataContributorComponent(Enumeration<ModuleMetadata.ModuleMetadataContributorType> type, StringType name)Constructor
-