Class VariableForProfiling
- java.lang.Object
-
- org.hl7.fhir.r5.utils.structuremap.VariableForProfiling
-
public class VariableForProfiling extends Object
-
-
Constructor Summary
Constructors Constructor Description VariableForProfiling(VariableMode mode, String name, PropertyWithType property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableModegetMode()StringgetName()PropertyWithTypegetProperty()Stringsummary()
-
-
-
Constructor Detail
-
VariableForProfiling
public VariableForProfiling(VariableMode mode, String name, PropertyWithType property)
-
-
Method Detail
-
getMode
public VariableMode getMode()
-
getProperty
public PropertyWithType getProperty()
-
-