Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapInputMode
-
Packages that use StructureMap.StructureMapInputMode Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapInputMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapInputMode Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapInputMode>StructureMap.StructureMapGroupInputComponent. modeMode for this instance of data.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapInputMode Modifier and Type Method Description static StructureMap.StructureMapInputModeStructureMap.StructureMapInputMode. fromCode(String codeString)StructureMap.StructureMapInputModeStructureMap.StructureMapInputModeEnumFactory. fromCode(String codeString)StructureMap.StructureMapInputModeStructureMap.StructureMapGroupInputComponent. getMode()static StructureMap.StructureMapInputModeStructureMap.StructureMapInputMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMap.StructureMapInputMode[]StructureMap.StructureMapInputMode. 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.StructureMapInputMode Modifier and Type Method Description Enumeration<StructureMap.StructureMapInputMode>StructureMap.StructureMapInputModeEnumFactory. fromType(Base code)Enumeration<StructureMap.StructureMapInputMode>StructureMap.StructureMapGroupInputComponent. getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapInputMode Modifier and Type Method Description StructureMap.StructureMapGroupInputComponentStructureMap.StructureMapGroupInputComponent. setMode(StructureMap.StructureMapInputMode value)StringStructureMap.StructureMapInputModeEnumFactory. toCode(StructureMap.StructureMapInputMode code)StringStructureMap.StructureMapInputModeEnumFactory. toSystem(StructureMap.StructureMapInputMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapInputMode Modifier and Type Method Description StructureMap.StructureMapGroupInputComponentStructureMap.StructureMapGroupInputComponent. setModeElement(Enumeration<StructureMap.StructureMapInputMode> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapInputMode Constructor Description StructureMapGroupInputComponent(IdType name, Enumeration<StructureMap.StructureMapInputMode> mode)Constructor
-