Class DataColumnHeader
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe.DataColumnHeader
public class DataColumnHeader extends Object
Represensts a Data Column Header in the Gene Expression Excel table.
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_NUMBER
-
Constructor Summary
Constructors Constructor Description DataColumnHeader(String headerText, int column)
00emb_1 ==> time "0", location/plant "emb", replicate number "1" -
Method Summary
-
Field Details
-
ERROR_NUMBER
public static final int ERROR_NUMBER- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataColumnHeader
00emb_1 ==> time "0", location/plant "emb", replicate number "1"- Parameters:
headerText
-
-
-
Method Details
-
isValid
public boolean isValid() -
getPlant
-
getTime
public int getTime() -
getReplicateNumber
public int getReplicateNumber() -
getColumn
public int getColumn()
-