
Uses of Enum Class
org.hl7.fhir.r4.model.StructureMap.StructureMapModelMode
Packages that use StructureMap.StructureMapModelMode
- 
Uses of StructureMap.StructureMapModelMode in org.hl7.fhir.r4.modelFields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapModelModeModifier and TypeFieldDescriptionprotected Enumeration<StructureMap.StructureMapModelMode> StructureMap.StructureMapStructureComponent.modeHow the referenced structure is used in this mapping.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapModelModeModifier and TypeMethodDescriptionStructureMap.StructureMapStructureComponent.getMode()Returns the enum constant of this class with the specified name.static StructureMap.StructureMapModelMode[]StructureMap.StructureMapModelMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapModelModeModifier and TypeMethodDescriptionStructureMap.StructureMapModelModeEnumFactory.fromType(PrimitiveType<?> code) StructureMap.StructureMapStructureComponent.getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapModelModeModifier and TypeMethodDescriptionStructureMap.StructureMapStructureComponent.setMode(StructureMap.StructureMapModelMode value) StructureMap.StructureMapModelModeEnumFactory.toCode(StructureMap.StructureMapModelMode code) StructureMap.StructureMapModelModeEnumFactory.toSystem(StructureMap.StructureMapModelMode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapModelModeModifier and TypeMethodDescriptionStructureMap.StructureMapStructureComponent.setModeElement(Enumeration<StructureMap.StructureMapModelMode> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapModelModeModifierConstructorDescriptionStructureMapStructureComponent(CanonicalType url, Enumeration<StructureMap.StructureMapModelMode> mode) Constructor