
Uses of Enum Class
org.hl7.fhir.r5.utils.structuremap.VariableMode
Packages that use VariableMode
- 
Uses of VariableMode in org.hl7.fhir.r5.utils.structuremapMethods in org.hl7.fhir.r5.utils.structuremap that return VariableModeModifier and TypeMethodDescriptionVariable.getMode()VariableForProfiling.getMode()static VariableModeReturns the enum constant of this class with the specified name.static VariableMode[]VariableMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type VariableModeModifier and TypeMethodDescriptionvoidVariables.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) 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)