Uses of Enum
org.hl7.fhir.r5.utils.structuremap.VariableMode
-
Uses of VariableMode in org.hl7.fhir.r5.utils.structuremap
Modifier 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.Modifier 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) ModifierConstructorDescriptionVariable
(VariableMode mode, String name, Base object) VariableForProfiling
(VariableMode mode, String name, PropertyWithType property)