Uses of Class
gov.nih.nci.caarray.services.bioassaydata.descriptor.DataTableDescriptor

Packages that use DataTableDescriptor
gov.nih.nci.caarray.services.bioassaydata.descriptor   
 

Uses of DataTableDescriptor in gov.nih.nci.caarray.services.bioassaydata.descriptor
 

Methods in gov.nih.nci.caarray.services.bioassaydata.descriptor that return DataTableDescriptor
 DataTableDescriptor DataColumnDescriptor.getTableDescriptor()
           
static DataTableDescriptor DataTableDescriptor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataTableDescriptor[] DataTableDescriptor.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in gov.nih.nci.caarray.services.bioassaydata.descriptor with parameters of type DataTableDescriptor
static DataColumnDescriptor DataColumnDescriptor.valueOf(DataTableDescriptor tableDescriptor, java.lang.String columnName)