Uses of Class
org.hl7.fhir.r4b.utils.structuremap.VariableMode
-
Packages that use VariableMode Package Description org.hl7.fhir.r4b.utils.structuremap -
-
Uses of VariableMode in org.hl7.fhir.r4b.utils.structuremap
Methods in org.hl7.fhir.r4b.utils.structuremap that return VariableMode Modifier and Type Method Description VariableModeVariable. getMode()VariableModeVariableForProfiling. getMode()static VariableModeVariableMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableMode[]VariableMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.utils.structuremap with parameters of type VariableMode Modifier and Type Method Description voidVariables. add(VariableMode mode, String name, Base object)voidVariablesForProfiling. add(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types)voidVariablesForProfiling. add(VariableMode mode, String name, String path, Property property, TypeDetails types)voidVariablesForProfiling. add(VariableMode mode, String name, PropertyWithType property)BaseVariables. get(VariableMode mode, String name)VariableForProfilingVariablesForProfiling. get(VariableMode mode, String name)Constructors in org.hl7.fhir.r4b.utils.structuremap with parameters of type VariableMode Constructor Description Variable(VariableMode mode, String name, Base object)VariableForProfiling(VariableMode mode, String name, PropertyWithType property)
-