Uses of Class
com.ibm.fhir.model.type.code.StrandType
-
Packages that use StrandType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of StrandType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StrandType Modifier and Type Method Description StrandTypeMolecularSequence.ReferenceSeq. getStrand()An absolute reference to a strand.Methods in com.ibm.fhir.model.resource with parameters of type StrandType Modifier and Type Method Description MolecularSequence.ReferenceSeq.BuilderMolecularSequence.ReferenceSeq.Builder. strand(StrandType strand)An absolute reference to a strand. -
Uses of StrandType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as StrandType Modifier and Type Field Description static StrandTypeStrandType. CRICKCrick strand of referenceSeqstatic StrandTypeStrandType. WATSONWatson strand of referenceSeqMethods in com.ibm.fhir.model.type.code that return StrandType Modifier and Type Method Description StrandTypeStrandType.Builder. build()static StrandTypeStrandType. of(StrandType.ValueSet value)Factory method for creating StrandType objects from a passed enum value.static StrandTypeStrandType. of(String value)Factory method for creating StrandType objects from a passed string value.
-