Uses of Enum
org.hl7.fhir.dstu3.model.StructureMap.StructureMapGroupTypeMode
-
Uses of StructureMap.StructureMapGroupTypeMode in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionStructureMap.StructureMapGroupComponent.typeMode
If this is the default rule set to apply for thie source type, or this combination of types.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.getTypeMode()
Returns the enum constant of this type with the specified name.StructureMap.StructureMapGroupTypeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupTypeModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupComponent.getTypeModeElement()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setTypeMode
(StructureMap.StructureMapGroupTypeMode value) StructureMap.StructureMapGroupTypeModeEnumFactory.toCode
(StructureMap.StructureMapGroupTypeMode code) StructureMap.StructureMapGroupTypeModeEnumFactory.toSystem
(StructureMap.StructureMapGroupTypeMode code) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setTypeModeElement
(Enumeration<StructureMap.StructureMapGroupTypeMode> value) ModifierConstructorDescriptionStructureMapGroupComponent
(IdType name, Enumeration<StructureMap.StructureMapGroupTypeMode> typeMode) Constructor