Package net.sf.basedb.util.gtf
Class GtfInputStream.Attribute
- java.lang.Object
-
- net.sf.basedb.util.gtf.GtfInputStream.Attribute
-
- Enclosing class:
- GtfInputStream
static class GtfInputStream.Attribute extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static GtfInputStream.Attribute
GENE_ID
(package private) String
key
(package private) static GtfInputStream.Attribute
TRANSCRIPT_ID
(package private) String
value
-
-
-
Field Detail
-
GENE_ID
static final GtfInputStream.Attribute GENE_ID
-
TRANSCRIPT_ID
static final GtfInputStream.Attribute TRANSCRIPT_ID
-
key
final String key
-
value
String value
-
-