Uses of Class
com.ibm.fhir.model.type.code.StructureMapGroupTypeMode
-
Packages that use StructureMapGroupTypeMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of StructureMapGroupTypeMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMapGroupTypeMode Modifier and Type Method Description StructureMapGroupTypeModeStructureMap.Group. getTypeMode()If this is the default rule set to apply for the source type or this combination of types.Methods in com.ibm.fhir.model.resource with parameters of type StructureMapGroupTypeMode Modifier and Type Method Description StructureMap.Group.BuilderStructureMap.Group.Builder. typeMode(StructureMapGroupTypeMode typeMode)If this is the default rule set to apply for the source type or this combination of types. -
Uses of StructureMapGroupTypeMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as StructureMapGroupTypeMode Modifier and Type Field Description static StructureMapGroupTypeModeStructureMapGroupTypeMode. NONENot a Defaultstatic StructureMapGroupTypeModeStructureMapGroupTypeMode. TYPE_AND_TYPESDefault for type + combinationstatic StructureMapGroupTypeModeStructureMapGroupTypeMode. TYPESDefault for Type CombinationMethods in com.ibm.fhir.model.type.code that return StructureMapGroupTypeMode Modifier and Type Method Description StructureMapGroupTypeModeStructureMapGroupTypeMode.Builder. build()static StructureMapGroupTypeModeStructureMapGroupTypeMode. of(StructureMapGroupTypeMode.ValueSet value)Factory method for creating StructureMapGroupTypeMode objects from a passed enum value.static StructureMapGroupTypeModeStructureMapGroupTypeMode. of(String value)Factory method for creating StructureMapGroupTypeMode objects from a passed string value.
-