
Uses of Enum
org.hl7.fhir.r5.model.MolecularSequence.StrandType
Packages that use MolecularSequence.StrandType
-
Uses of MolecularSequence.StrandType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MolecularSequence.StrandTypeModifier and TypeFieldDescriptionprotected Enumeration
<MolecularSequence.StrandType> MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.strand
An absolute reference to a strand.Methods in org.hl7.fhir.r5.model that return MolecularSequence.StrandTypeModifier and TypeMethodDescriptionstatic MolecularSequence.StrandType
MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.getStrand()
static MolecularSequence.StrandType
Returns the enum constant of this type with the specified name.static MolecularSequence.StrandType[]
MolecularSequence.StrandType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type MolecularSequence.StrandTypeModifier and TypeMethodDescriptionMolecularSequence.StrandTypeEnumFactory.fromType
(PrimitiveType<?> code) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.getStrandElement()
Methods in org.hl7.fhir.r5.model with parameters of type MolecularSequence.StrandTypeModifier and TypeMethodDescriptionMolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setStrand
(MolecularSequence.StrandType value) MolecularSequence.StrandTypeEnumFactory.toCode
(MolecularSequence.StrandType code) MolecularSequence.StrandTypeEnumFactory.toSystem
(MolecularSequence.StrandType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type MolecularSequence.StrandTypeModifier and TypeMethodDescriptionMolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setStrandElement
(Enumeration<MolecularSequence.StrandType> value)