/AWS1/CL_OMXSEQUENCEINFMTION¶
Details about a sequence.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_totalreadcount TYPE /AWS1/OMXLONG /AWS1/OMXLONG¶
The sequence's total read count.
iv_totalbasecount TYPE /AWS1/OMXLONG /AWS1/OMXLONG¶
The sequence's total base count.
iv_generatedfrom TYPE /AWS1/OMXGENERATEDFROM /AWS1/OMXGENERATEDFROM¶
Where the sequence originated.
iv_alignment TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The sequence's alignment setting.
Queryable Attributes¶
totalReadCount¶
The sequence's total read count.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALREADCOUNT() |
Getter for TOTALREADCOUNT, with configurable default |
ASK_TOTALREADCOUNT() |
Getter for TOTALREADCOUNT w/ exceptions if field has no valu |
HAS_TOTALREADCOUNT() |
Determine if TOTALREADCOUNT has a value |
totalBaseCount¶
The sequence's total base count.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALBASECOUNT() |
Getter for TOTALBASECOUNT, with configurable default |
ASK_TOTALBASECOUNT() |
Getter for TOTALBASECOUNT w/ exceptions if field has no valu |
HAS_TOTALBASECOUNT() |
Determine if TOTALBASECOUNT has a value |
generatedFrom¶
Where the sequence originated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATEDFROM() |
Getter for GENERATEDFROM, with configurable default |
ASK_GENERATEDFROM() |
Getter for GENERATEDFROM w/ exceptions if field has no value |
HAS_GENERATEDFROM() |
Determine if GENERATEDFROM has a value |
alignment¶
The sequence's alignment setting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIGNMENT() |
Getter for ALIGNMENT, with configurable default |
ASK_ALIGNMENT() |
Getter for ALIGNMENT w/ exceptions if field has no value |
HAS_ALIGNMENT() |
Determine if ALIGNMENT has a value |