Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapInputMode
-
Uses of StructureMap.StructureMapInputMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<StructureMap.StructureMapInputMode> StructureMap.StructureMapGroupInputComponent.mode
Mode for this instance of data.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.getMode()
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.Modifier and TypeMethodDescriptionStructureMap.StructureMapInputModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupInputComponent.getModeElement()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.setMode
(StructureMap.StructureMapInputMode value) StructureMap.StructureMapInputModeEnumFactory.toCode
(StructureMap.StructureMapInputMode code) StructureMap.StructureMapInputModeEnumFactory.toSystem
(StructureMap.StructureMapInputMode code) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.setModeElement
(Enumeration<StructureMap.StructureMapInputMode> value) ModifierConstructorDescriptionConstructor