Uses of Class
org.hl7.fhir.dstu3.model.Sequence.SequenceType
-
Packages that use Sequence.SequenceType Package Description org.hl7.fhir.dstu3.model -
-
Uses of Sequence.SequenceType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence.SequenceType Modifier and Type Field Description protected Enumeration<Sequence.SequenceType>Sequence. typeAmino Acid Sequence/ DNA Sequence / RNA Sequence.Methods in org.hl7.fhir.dstu3.model that return Sequence.SequenceType Modifier and Type Method Description static Sequence.SequenceTypeSequence.SequenceType. fromCode(String codeString)Sequence.SequenceTypeSequence.SequenceTypeEnumFactory. fromCode(String codeString)Sequence.SequenceTypeSequence. getType()static Sequence.SequenceTypeSequence.SequenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static Sequence.SequenceType[]Sequence.SequenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Sequence.SequenceType Modifier and Type Method Description Enumeration<Sequence.SequenceType>Sequence.SequenceTypeEnumFactory. fromType(PrimitiveType<?> code)Enumeration<Sequence.SequenceType>Sequence. getTypeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Sequence.SequenceType Modifier and Type Method Description SequenceSequence. setType(Sequence.SequenceType value)StringSequence.SequenceTypeEnumFactory. toCode(Sequence.SequenceType code)StringSequence.SequenceTypeEnumFactory. toSystem(Sequence.SequenceType code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.SequenceType Modifier and Type Method Description SequenceSequence. setTypeElement(Enumeration<Sequence.SequenceType> value)
-