001package org.hl7.fhir.r5.utils.structuremap;
002
003public enum VariableMode {
004  INPUT, OUTPUT, SHARED
005}