
Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupTypeMode
Packages that use StructureMap.StructureMapGroupTypeMode
-
Uses of StructureMap.StructureMapGroupTypeMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupTypeModeModifier and TypeFieldDescriptionStructureMap.StructureMapGroupComponent.typeMode
If this is the default rule set to apply for the source type or this combination of types.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapGroupTypeModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.getTypeMode()
Returns the enum constant of this type with the specified name.StructureMap.StructureMapGroupTypeMode.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 StructureMap.StructureMapGroupTypeModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupTypeModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupComponent.getTypeModeElement()
Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupTypeModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setTypeMode
(StructureMap.StructureMapGroupTypeMode value) StructureMap.StructureMapGroupTypeModeEnumFactory.toCode
(StructureMap.StructureMapGroupTypeMode code) StructureMap.StructureMapGroupTypeModeEnumFactory.toSystem
(StructureMap.StructureMapGroupTypeMode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupTypeModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setTypeModeElement
(Enumeration<StructureMap.StructureMapGroupTypeMode> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupTypeModeModifierConstructorDescriptionStructureMapGroupComponent
(IdType name, Enumeration<StructureMap.StructureMapGroupTypeMode> typeMode) Constructor