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