Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapTransform
-
Uses of StructureMap.StructureMapTransform in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<StructureMap.StructureMapTransform> StructureMap.StructureMapGroupRuleTargetComponent.transform
How the data is copied / created.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.getTransform()
Returns the enum constant of this type with the specified name.static StructureMap.StructureMapTransform[]
StructureMap.StructureMapTransform.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStructureMap.StructureMapTransformEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleTargetComponent.getTransformElement()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setTransform
(StructureMap.StructureMapTransform value) StructureMap.StructureMapTransformEnumFactory.toCode
(StructureMap.StructureMapTransform code) StructureMap.StructureMapTransformEnumFactory.toSystem
(StructureMap.StructureMapTransform code) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setTransformElement
(Enumeration<StructureMap.StructureMapTransform> value)