
Uses of Enum
org.hl7.fhir.r5.utils.structuremap.VariableMode
Packages that use VariableMode
-
Uses of VariableMode in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return VariableModeModifier and TypeMethodDescriptionVariable.getMode()
VariableForProfiling.getMode()
static VariableMode
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.r5.utils.structuremap with parameters of type VariableModeModifier and TypeMethodDescriptionvoid
Variables.add
(VariableMode mode, String name, Base object) void
VariablesForProfiling.add
(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) void
VariablesForProfiling.add
(VariableMode mode, String name, String path, Property property, TypeDetails types) void
VariablesForProfiling.add
(VariableMode mode, String name, PropertyWithType property) Variables.get
(VariableMode mode, String name) VariablesForProfiling.get
(VariableMode mode, String name) Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type VariableModeModifierConstructorDescriptionVariable
(VariableMode mode, String name, Base object) VariableForProfiling
(VariableMode mode, String name, PropertyWithType property)