Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapContextType
-
Packages that use StructureMap.StructureMapContextType Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapContextType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapContextType Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapContextType>StructureMap.StructureMapGroupRuleTargetComponent. contextTypeHow to interpret the context.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapContextType Modifier and Type Method Description static StructureMap.StructureMapContextTypeStructureMap.StructureMapContextType. fromCode(String codeString)StructureMap.StructureMapContextTypeStructureMap.StructureMapContextTypeEnumFactory. fromCode(String codeString)StructureMap.StructureMapContextTypeStructureMap.StructureMapGroupRuleTargetComponent. getContextType()static StructureMap.StructureMapContextTypeStructureMap.StructureMapContextType. valueOf(String name)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.StructureMapContextType Modifier and Type Method Description Enumeration<StructureMap.StructureMapContextType>StructureMap.StructureMapContextTypeEnumFactory. fromType(Base code)Enumeration<StructureMap.StructureMapContextType>StructureMap.StructureMapGroupRuleTargetComponent. getContextTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapContextType Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. setContextType(StructureMap.StructureMapContextType value)StringStructureMap.StructureMapContextTypeEnumFactory. toCode(StructureMap.StructureMapContextType code)StringStructureMap.StructureMapContextTypeEnumFactory. toSystem(StructureMap.StructureMapContextType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapContextType Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. setContextTypeElement(Enumeration<StructureMap.StructureMapContextType> value)
-