| Package | Description |
|---|---|
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
StructureMapUtilities.VariableMode |
StructureMapUtilities.Variable.getMode() |
StructureMapUtilities.VariableMode |
StructureMapUtilities.VariableForProfiling.getMode() |
static StructureMapUtilities.VariableMode |
StructureMapUtilities.VariableMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureMapUtilities.VariableMode[] |
StructureMapUtilities.VariableMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureMapUtilities.Variables.add(StructureMapUtilities.VariableMode mode,
String name,
Base object) |
void |
StructureMapUtilities.VariablesForProfiling.add(StructureMapUtilities.VariableMode mode,
String name,
String path,
Property baseProperty,
Property profileProperty,
TypeDetails types) |
void |
StructureMapUtilities.VariablesForProfiling.add(StructureMapUtilities.VariableMode mode,
String name,
String path,
Property property,
TypeDetails types) |
void |
StructureMapUtilities.VariablesForProfiling.add(StructureMapUtilities.VariableMode mode,
String name,
StructureMapUtilities.PropertyWithType property) |
Base |
StructureMapUtilities.Variables.get(StructureMapUtilities.VariableMode mode,
String name) |
StructureMapUtilities.VariableForProfiling |
StructureMapUtilities.VariablesForProfiling.get(StructureMapUtilities.VariableMode mode,
String name) |
| Constructor and Description |
|---|
Variable(StructureMapUtilities.VariableMode mode,
String name,
Base object) |
VariableForProfiling(StructureMapUtilities.VariableMode mode,
String name,
StructureMapUtilities.PropertyWithType property) |
Copyright © 2014–2021 Health Level 7. All rights reserved.