Uses of Enum
org.hl7.fhir.dstu3.model.Sequence.QualityType
-
Uses of Sequence.QualityType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration<Sequence.QualityType>
Sequence.SequenceQualityComponent.type
INDEL / SNP / Undefined variant.Modifier and TypeMethodDescriptionstatic Sequence.QualityType
Sequence.SequenceQualityComponent.getType()
static Sequence.QualityType
Returns the enum constant of this type with the specified name.static Sequence.QualityType[]
Sequence.QualityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSequence.QualityTypeEnumFactory.fromType
(PrimitiveType<?> code) Sequence.SequenceQualityComponent.getTypeElement()
Modifier and TypeMethodDescriptionSequence.SequenceQualityComponent.setType
(Sequence.QualityType value) Sequence.QualityTypeEnumFactory.toCode
(Sequence.QualityType code) Sequence.QualityTypeEnumFactory.toSystem
(Sequence.QualityType code) Modifier and TypeMethodDescriptionSequence.SequenceQualityComponent.setTypeElement
(Enumeration<Sequence.QualityType> value) ModifierConstructorDescriptionConstructor