|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UnsupportedAffymetrixCdfFiles>
gov.nih.nci.caarray.domain.file.UnsupportedAffymetrixCdfFiles
public enum UnsupportedAffymetrixCdfFiles
A list of Affymetrix CDF files that the AffxFusion jar (and therefore caArray) cannot handle. See GForge defect 11922 at https://gforge.nci.nih.gov/tracker/?group_id=305&atid=1344&func=detail&aid=11922
Enum Constant Summary | |
---|---|
HUMAN_EXON_1_0_ST
Human Exon 1.0 ST design file. |
|
HUMAN_EXON_1_0_ST_ZIP
Human Exon 1.0 ST design file (zipped). |
|
MOUSE_EXON_1_0_ST
Mouse Exon 1.0 ST design file. |
|
MOUSE_EXON_1_0_ST_ZIP
Mouse Exon 1.0 ST design file (zipped). |
|
RAT_EXON_1_0_ST
Rat Exon 1.0 ST design file. |
|
RAT_EXON_1_0_ST_ZIP
Rat Exon 1.0 ST design file (zipped). |
Method Summary | |
---|---|
java.lang.String |
getFilename()
|
static boolean |
isUnsupported(java.lang.String filename)
Check if the given filename is on the list of unsupported files. |
static UnsupportedAffymetrixCdfFiles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UnsupportedAffymetrixCdfFiles[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UnsupportedAffymetrixCdfFiles HUMAN_EXON_1_0_ST
public static final UnsupportedAffymetrixCdfFiles HUMAN_EXON_1_0_ST_ZIP
public static final UnsupportedAffymetrixCdfFiles MOUSE_EXON_1_0_ST
public static final UnsupportedAffymetrixCdfFiles MOUSE_EXON_1_0_ST_ZIP
public static final UnsupportedAffymetrixCdfFiles RAT_EXON_1_0_ST
public static final UnsupportedAffymetrixCdfFiles RAT_EXON_1_0_ST_ZIP
Method Detail |
---|
public static UnsupportedAffymetrixCdfFiles[] values()
for (UnsupportedAffymetrixCdfFiles c : UnsupportedAffymetrixCdfFiles.values()) System.out.println(c);
public static UnsupportedAffymetrixCdfFiles valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getFilename()
public static boolean isUnsupported(java.lang.String filename)
filename
- filename to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |