public class ReadCategory extends Object
Modifier and Type | Field | Description |
---|---|---|
int |
param |
|
ReadCategoryType |
type |
Modifier and Type | Method | Description |
---|---|---|
static ReadCategory |
all() |
|
static ReadCategory |
higher_than_mapping_score(int score) |
|
static ReadCategory |
lower_than_mapping_score(int score) |
|
String |
toString() |
|
static ReadCategory |
unplaced() |
public final ReadCategoryType type
public final int param
public static ReadCategory unplaced()
public static ReadCategory higher_than_mapping_score(int score)
public static ReadCategory lower_than_mapping_score(int score)
public static ReadCategory all()