Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapTransform
-
Packages that use StructureMap.StructureMapTransform Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapTransform in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapTransform Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapTransform>StructureMap.StructureMapGroupRuleTargetComponent. transformHow the data is copied / created.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapTransform Modifier and Type Method Description static StructureMap.StructureMapTransformStructureMap.StructureMapTransform. fromCode(String codeString)StructureMap.StructureMapTransformStructureMap.StructureMapTransformEnumFactory. fromCode(String codeString)StructureMap.StructureMapTransformStructureMap.StructureMapGroupRuleTargetComponent. getTransform()static StructureMap.StructureMapTransformStructureMap.StructureMapTransform. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapTransform Modifier and Type Method Description Enumeration<StructureMap.StructureMapTransform>StructureMap.StructureMapTransformEnumFactory. fromType(Base code)Enumeration<StructureMap.StructureMapTransform>StructureMap.StructureMapGroupRuleTargetComponent. getTransformElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapTransform Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. setTransform(StructureMap.StructureMapTransform value)StringStructureMap.StructureMapTransformEnumFactory. toCode(StructureMap.StructureMapTransform code)StringStructureMap.StructureMapTransformEnumFactory. toSystem(StructureMap.StructureMapTransform code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapTransform Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. setTransformElement(Enumeration<StructureMap.StructureMapTransform> value)
-