Package | Description |
---|---|
htsjdk.samtools |
Modifier and Type | Method and Description |
---|---|
static SAMFlag |
SAMFlag.findByName(String flag) |
static SAMFlag |
SAMFlag.valueOf(int flag) |
static SAMFlag |
SAMFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAMFlag[] |
SAMFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<SAMFlag> |
SAMFlag.getFlags(int flag) |
Set<SAMFlag> |
SAMRecord.getSAMFlags()
shortcut to
|