Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapContextType
Packages that use StructureMap.StructureMapContextType
-
Uses of StructureMap.StructureMapContextType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapContextTypeModifier and TypeFieldDescriptionprotected Enumeration<StructureMap.StructureMapContextType>StructureMap.StructureMapGroupRuleTargetComponent.contextTypeHow to interpret the context.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapContextTypeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.getContextType()Returns the enum constant of this type with the specified name.static StructureMap.StructureMapContextType[]StructureMap.StructureMapContextType.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.StructureMapContextTypeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.getContextTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapContextTypeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setContextType(StructureMap.StructureMapContextType value) StructureMap.StructureMapContextTypeEnumFactory.toCode(StructureMap.StructureMapContextType code) StructureMap.StructureMapContextTypeEnumFactory.toSystem(StructureMap.StructureMapContextType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapContextTypeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setContextTypeElement(Enumeration<StructureMap.StructureMapContextType> value)