
Uses of Enum
org.hl7.fhir.dstu3.model.StructureMap.StructureMapContextType
Packages that use StructureMap.StructureMapContextType
-
Uses of StructureMap.StructureMapContextType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type StructureMap.StructureMapContextTypeModifier and TypeFieldDescriptionprotected Enumeration
<StructureMap.StructureMapContextType> StructureMap.StructureMapGroupRuleTargetComponent.contextType
How to interpret the context.Methods in org.hl7.fhir.dstu3.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.dstu3.model that return types with arguments of type StructureMap.StructureMapContextTypeModifier and TypeMethodDescriptionStructureMap.StructureMapContextTypeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleTargetComponent.getContextTypeElement()
Methods in org.hl7.fhir.dstu3.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.dstu3.model with type arguments of type StructureMap.StructureMapContextTypeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setContextTypeElement
(Enumeration<StructureMap.StructureMapContextType> value)