| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<StructureMap.StructureMapInputMode> |
StructureMap.StructureMapGroupInputComponent.mode
Mode for this instance of data.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureMap.StructureMapInputMode |
StructureMap.StructureMapInputMode.fromCode(String codeString) |
StructureMap.StructureMapInputMode |
StructureMap.StructureMapInputModeEnumFactory.fromCode(String codeString) |
StructureMap.StructureMapInputMode |
StructureMap.StructureMapGroupInputComponent.getMode() |
static StructureMap.StructureMapInputMode |
StructureMap.StructureMapInputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureMap.StructureMapInputMode[] |
StructureMap.StructureMapInputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<StructureMap.StructureMapInputMode> |
StructureMap.StructureMapInputModeEnumFactory.fromType(Base code) |
Enumeration<StructureMap.StructureMapInputMode> |
StructureMap.StructureMapGroupInputComponent.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
StructureMap.StructureMapGroupInputComponent |
StructureMap.StructureMapGroupInputComponent.setMode(StructureMap.StructureMapInputMode value) |
String |
StructureMap.StructureMapInputModeEnumFactory.toCode(StructureMap.StructureMapInputMode code) |
String |
StructureMap.StructureMapInputModeEnumFactory.toSystem(StructureMap.StructureMapInputMode code) |
| Modifier and Type | Method and Description |
|---|---|
StructureMap.StructureMapGroupInputComponent |
StructureMap.StructureMapGroupInputComponent.setModeElement(Enumeration<StructureMap.StructureMapInputMode> value) |
| Constructor and Description |
|---|
StructureMapGroupInputComponent(IdType name,
Enumeration<StructureMap.StructureMapInputMode> mode)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.