Package | Description |
---|---|
htsjdk.samtools |
Modifier and Type | Method and Description |
---|---|
static SAMFlag |
SAMFlag.findByName(java.lang.String flag) |
static SAMFlag |
SAMFlag.valueOf(int flag) |
static SAMFlag |
SAMFlag.valueOf(java.lang.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 java.util.Set<SAMFlag> |
SAMFlag.getFlags(int flag) |
java.util.Set<SAMFlag> |
SAMRecord.getSAMFlags()
shortcut to
|