Uses of Class
org.hl7.fhir.dstu2016may.model.ModuleMetadata.ModuleMetadataType
-
Packages that use ModuleMetadata.ModuleMetadataType Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of ModuleMetadata.ModuleMetadataType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ModuleMetadata.ModuleMetadataType Modifier and Type Field Description protected Enumeration<ModuleMetadata.ModuleMetadataType>ModuleMetadata. typeIdentifies the type of knowledge module, such as a rule, library, documentation template, or measure.Methods in org.hl7.fhir.dstu2016may.model that return ModuleMetadata.ModuleMetadataType Modifier and Type Method Description static ModuleMetadata.ModuleMetadataTypeModuleMetadata.ModuleMetadataType. fromCode(String codeString)ModuleMetadata.ModuleMetadataTypeModuleMetadata.ModuleMetadataTypeEnumFactory. fromCode(String codeString)ModuleMetadata.ModuleMetadataTypeModuleMetadata. getType()static ModuleMetadata.ModuleMetadataTypeModuleMetadata.ModuleMetadataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleMetadata.ModuleMetadataType[]ModuleMetadata.ModuleMetadataType. 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.ModuleMetadataType Modifier and Type Method Description Enumeration<ModuleMetadata.ModuleMetadataType>ModuleMetadata.ModuleMetadataTypeEnumFactory. fromType(Base code)Enumeration<ModuleMetadata.ModuleMetadataType>ModuleMetadata. getTypeElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ModuleMetadata.ModuleMetadataType Modifier and Type Method Description ModuleMetadataModuleMetadata. setType(ModuleMetadata.ModuleMetadataType value)StringModuleMetadata.ModuleMetadataTypeEnumFactory. toCode(ModuleMetadata.ModuleMetadataType code)StringModuleMetadata.ModuleMetadataTypeEnumFactory. toSystem(ModuleMetadata.ModuleMetadataType code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type ModuleMetadata.ModuleMetadataType Modifier and Type Method Description ModuleMetadataModuleMetadata. setTypeElement(Enumeration<ModuleMetadata.ModuleMetadataType> value)Constructor parameters in org.hl7.fhir.dstu2016may.model with type arguments of type ModuleMetadata.ModuleMetadataType Constructor Description ModuleMetadata(Enumeration<ModuleMetadata.ModuleMetadataType> type, Enumeration<ModuleMetadata.ModuleMetadataStatus> status)Constructor
-