Uses of Class
org.hl7.fhir.r4.utils.StructureMapUtilities.VariableMode
-
Packages that use StructureMapUtilities.VariableMode Package Description org.hl7.fhir.r4.utils -
-
Uses of StructureMapUtilities.VariableMode in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return StructureMapUtilities.VariableMode Modifier and Type Method Description StructureMapUtilities.VariableModeStructureMapUtilities.Variable. getMode()StructureMapUtilities.VariableModeStructureMapUtilities.VariableForProfiling. getMode()static StructureMapUtilities.VariableModeStructureMapUtilities.VariableMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMapUtilities.VariableMode[]StructureMapUtilities.VariableMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.utils with parameters of type StructureMapUtilities.VariableMode Modifier and Type Method Description voidStructureMapUtilities.Variables. add(StructureMapUtilities.VariableMode mode, String name, Base object)voidStructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types)voidStructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, String path, Property property, TypeDetails types)voidStructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, StructureMapUtilities.PropertyWithType property)BaseStructureMapUtilities.Variables. get(StructureMapUtilities.VariableMode mode, String name)StructureMapUtilities.VariableForProfilingStructureMapUtilities.VariablesForProfiling. get(StructureMapUtilities.VariableMode mode, String name)Constructors in org.hl7.fhir.r4.utils with parameters of type StructureMapUtilities.VariableMode Constructor Description Variable(StructureMapUtilities.VariableMode mode, String name, Base object)VariableForProfiling(StructureMapUtilities.VariableMode mode, String name, StructureMapUtilities.PropertyWithType property)
-