-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.serial.BlastField
@JvmInline() public final class QueryGenCode implements BlastField
-query_gencode
<Integer>Permissible values between:
1..6
9..16
21..31
33
Genetic code to use to translate query (see https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=cgencodes for details)
Default =
1
-
-
Constructor Summary
Constructors Constructor Description QueryGenCode(UByte value)
-
Method Summary
Modifier and Type Method Description BooleangetIsDefault()Indicates whether the field is currently set to its default value. StringgetName()The name of this field. final UBytegetValue()UnitappendJson(ObjectNode js)Appends this field to the given JSON ObjectNode only if it is not set to its default value. UnitappendCliSegment(StringBuilder cli)Appends this field to the given StringBuilder only if it is not set to its default value. UnitappendCliParts(List<String> cli)Appends this field to the given MutableList only if it is not set to its default value. -
-
Constructor Detail
-
QueryGenCode
QueryGenCode(UByte value)
-
-
Method Detail
-
getIsDefault
Boolean getIsDefault()
Indicates whether the field is currently set to its default value.
-
appendJson
Unit appendJson(ObjectNode js)
Appends this field to the given JSON ObjectNode only if it is not set to its default value.
-
appendCliSegment
Unit appendCliSegment(StringBuilder cli)
Appends this field to the given StringBuilder only if it is not set to its default value.
-
appendCliParts
Unit appendCliParts(List<String> cli)
Appends this field to the given MutableList only if it is not set to its default value.
-
-
-
-