
Uses of Enum
org.hl7.fhir.r4.model.MolecularSequence.OrientationType
Packages that use MolecularSequence.OrientationType
-
Uses of MolecularSequence.OrientationType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MolecularSequence.OrientationTypeModifier and TypeFieldDescriptionprotected Enumeration
<MolecularSequence.OrientationType> MolecularSequence.MolecularSequenceReferenceSeqComponent.orientation
A relative reference to a DNA strand based on gene orientation.Methods in org.hl7.fhir.r4.model that return MolecularSequence.OrientationTypeModifier and TypeMethodDescriptionMolecularSequence.MolecularSequenceReferenceSeqComponent.getOrientation()
Returns the enum constant of this type with the specified name.static MolecularSequence.OrientationType[]
MolecularSequence.OrientationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type MolecularSequence.OrientationTypeModifier and TypeMethodDescriptionMolecularSequence.OrientationTypeEnumFactory.fromType
(PrimitiveType<?> code) MolecularSequence.MolecularSequenceReferenceSeqComponent.getOrientationElement()
Methods in org.hl7.fhir.r4.model with parameters of type MolecularSequence.OrientationTypeModifier and TypeMethodDescriptionMolecularSequence.MolecularSequenceReferenceSeqComponent.setOrientation
(MolecularSequence.OrientationType value) MolecularSequence.OrientationTypeEnumFactory.toCode
(MolecularSequence.OrientationType code) MolecularSequence.OrientationTypeEnumFactory.toSystem
(MolecularSequence.OrientationType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type MolecularSequence.OrientationTypeModifier and TypeMethodDescriptionMolecularSequence.MolecularSequenceReferenceSeqComponent.setOrientationElement
(Enumeration<MolecularSequence.OrientationType> value)