
Uses of Enum Class
org.hl7.fhir.dstu3.model.Sequence.SequenceType
Packages that use Sequence.SequenceType
-
Uses of Sequence.SequenceType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence.SequenceTypeModifier and TypeFieldDescriptionprotected Enumeration
<Sequence.SequenceType> Sequence.type
Amino Acid Sequence/ DNA Sequence / RNA Sequence.Methods in org.hl7.fhir.dstu3.model that return Sequence.SequenceTypeModifier and TypeMethodDescriptionstatic Sequence.SequenceType
Sequence.getType()
static Sequence.SequenceType
Returns the enum constant of this class with the specified name.static Sequence.SequenceType[]
Sequence.SequenceType.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 Sequence.SequenceTypeModifier and TypeMethodDescriptionSequence.SequenceTypeEnumFactory.fromType
(PrimitiveType<?> code) Sequence.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Sequence.SequenceTypeModifier and TypeMethodDescriptionSequence.setType
(Sequence.SequenceType value) Sequence.SequenceTypeEnumFactory.toCode
(Sequence.SequenceType code) Sequence.SequenceTypeEnumFactory.toSystem
(Sequence.SequenceType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.SequenceTypeModifier and TypeMethodDescriptionSequence.setTypeElement
(Enumeration<Sequence.SequenceType> value)