Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupTypeMode
-
Packages that use StructureMap.StructureMapGroupTypeMode Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapGroupTypeMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupTypeMode Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapGroupTypeMode>StructureMap.StructureMapGroupComponent. typeModeIf this is the default rule set to apply for the source type or this combination of types.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapGroupTypeMode Modifier and Type Method Description static StructureMap.StructureMapGroupTypeModeStructureMap.StructureMapGroupTypeMode. fromCode(String codeString)StructureMap.StructureMapGroupTypeModeStructureMap.StructureMapGroupTypeModeEnumFactory. fromCode(String codeString)StructureMap.StructureMapGroupTypeModeStructureMap.StructureMapGroupComponent. getTypeMode()static StructureMap.StructureMapGroupTypeModeStructureMap.StructureMapGroupTypeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMap.StructureMapGroupTypeMode[]StructureMap.StructureMapGroupTypeMode. 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.StructureMapGroupTypeMode Modifier and Type Method Description Enumeration<StructureMap.StructureMapGroupTypeMode>StructureMap.StructureMapGroupTypeModeEnumFactory. fromType(Base code)Enumeration<StructureMap.StructureMapGroupTypeMode>StructureMap.StructureMapGroupComponent. getTypeModeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupTypeMode Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. setTypeMode(StructureMap.StructureMapGroupTypeMode value)StringStructureMap.StructureMapGroupTypeModeEnumFactory. toCode(StructureMap.StructureMapGroupTypeMode code)StringStructureMap.StructureMapGroupTypeModeEnumFactory. toSystem(StructureMap.StructureMapGroupTypeMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupTypeMode Modifier and Type Method Description StructureMap.StructureMapGroupComponentStructureMap.StructureMapGroupComponent. setTypeModeElement(Enumeration<StructureMap.StructureMapGroupTypeMode> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupTypeMode Constructor Description StructureMapGroupComponent(IdType name, Enumeration<StructureMap.StructureMapGroupTypeMode> typeMode)Constructor
-