
Uses of Enum Class
org.hl7.fhir.r5.model.StructureMap.StructureMapTransform
Packages that use StructureMap.StructureMapTransform
-
Uses of StructureMap.StructureMapTransform in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapTransformModifier and TypeFieldDescriptionprotected Enumeration<StructureMap.StructureMapTransform> StructureMap.StructureMapGroupRuleTargetComponent.transformHow the data is copied / created.Methods in org.hl7.fhir.r5.model that return StructureMap.StructureMapTransformModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.getTransform()Returns the enum constant of this class with the specified name.static StructureMap.StructureMapTransform[]StructureMap.StructureMapTransform.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type StructureMap.StructureMapTransformModifier and TypeMethodDescriptionStructureMap.StructureMapTransformEnumFactory.fromType(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleTargetComponent.getTransformElement()Methods in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapTransformModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setTransform(StructureMap.StructureMapTransform value) StructureMap.StructureMapTransformEnumFactory.toCode(StructureMap.StructureMapTransform code) StructureMap.StructureMapTransformEnumFactory.toSystem(StructureMap.StructureMapTransform code) Method parameters in org.hl7.fhir.r5.model with type arguments of type StructureMap.StructureMapTransformModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setTransformElement(Enumeration<StructureMap.StructureMapTransform> value)