| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<StructureMap.StructureMapGroupTypeMode> |
StructureMap.StructureMapGroupComponent.typeMode
If this is the default rule set to apply for the source type or this combination of types.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureMap.StructureMapGroupTypeMode |
StructureMap.StructureMapGroupTypeMode.fromCode(String codeString) |
StructureMap.StructureMapGroupTypeMode |
StructureMap.StructureMapGroupTypeModeEnumFactory.fromCode(String codeString) |
StructureMap.StructureMapGroupTypeMode |
StructureMap.StructureMapGroupComponent.getTypeMode() |
static StructureMap.StructureMapGroupTypeMode |
StructureMap.StructureMapGroupTypeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureMap.StructureMapGroupTypeMode[] |
StructureMap.StructureMapGroupTypeMode.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.StructureMapGroupTypeMode> |
StructureMap.StructureMapGroupTypeModeEnumFactory.fromType(Base code) |
Enumeration<StructureMap.StructureMapGroupTypeMode> |
StructureMap.StructureMapGroupComponent.getTypeModeElement() |
| Modifier and Type | Method and Description |
|---|---|
StructureMap.StructureMapGroupComponent |
StructureMap.StructureMapGroupComponent.setTypeMode(StructureMap.StructureMapGroupTypeMode value) |
String |
StructureMap.StructureMapGroupTypeModeEnumFactory.toCode(StructureMap.StructureMapGroupTypeMode code) |
String |
StructureMap.StructureMapGroupTypeModeEnumFactory.toSystem(StructureMap.StructureMapGroupTypeMode code) |
| Modifier and Type | Method and Description |
|---|---|
StructureMap.StructureMapGroupComponent |
StructureMap.StructureMapGroupComponent.setTypeModeElement(Enumeration<StructureMap.StructureMapGroupTypeMode> value) |
| Constructor and Description |
|---|
StructureMapGroupComponent(IdType name,
Enumeration<StructureMap.StructureMapGroupTypeMode> typeMode)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.