Uses of Class
com.ibm.fhir.model.type.code.StructureMapContextType
-
Packages that use StructureMapContextType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of StructureMapContextType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMapContextType Modifier and Type Method Description StructureMapContextTypeStructureMap.Group.Rule.Target. getContextType()How to interpret the context.Methods in com.ibm.fhir.model.resource with parameters of type StructureMapContextType Modifier and Type Method Description StructureMap.Group.Rule.Target.BuilderStructureMap.Group.Rule.Target.Builder. contextType(StructureMapContextType contextType)How to interpret the context. -
Uses of StructureMapContextType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as StructureMapContextType Modifier and Type Field Description static StructureMapContextTypeStructureMapContextType. TYPETypestatic StructureMapContextTypeStructureMapContextType. VARIABLEVariableMethods in com.ibm.fhir.model.type.code that return StructureMapContextType Modifier and Type Method Description StructureMapContextTypeStructureMapContextType.Builder. build()static StructureMapContextTypeStructureMapContextType. of(StructureMapContextType.ValueSet value)Factory method for creating StructureMapContextType objects from a passed enum value.static StructureMapContextTypeStructureMapContextType. of(String value)Factory method for creating StructureMapContextType objects from a passed string value.
-