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