org.agmodel.bioinfo.segregation
Class SegType

java.lang.Object
  extended byorg.agmodel.bioinfo.segregation.SegType

public class SegType
extends java.lang.Object


Field Summary
static int ST_BC
           
static int ST_DH
           
static int ST_F2
           
static int ST_NA
           
static int ST_RIL
           
 
Constructor Summary
SegType()
           
 
Method Summary
static java.lang.String getSegTypeCode(int i)
           
static java.lang.String getSegTypeName(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ST_NA

public static final int ST_NA
See Also:
Constant Field Values

ST_F2

public static final int ST_F2
See Also:
Constant Field Values

ST_BC

public static final int ST_BC
See Also:
Constant Field Values

ST_RIL

public static final int ST_RIL
See Also:
Constant Field Values

ST_DH

public static final int ST_DH
See Also:
Constant Field Values
Constructor Detail

SegType

public SegType()
Method Detail

getSegTypeName

public static java.lang.String getSegTypeName(int i)

getSegTypeCode

public static java.lang.String getSegTypeCode(int i)