Uses of Interface
gov.nih.nci.caarray.services.fileparse2.parsers.LocalDynaBean

Packages that use LocalDynaBean
gov.nih.nci.caarray.services.fileparse2.arraydesign   
gov.nih.nci.caarray.services.fileparse2.hybridization   
gov.nih.nci.caarray.services.fileparse2.parsers   
 

Uses of LocalDynaBean in gov.nih.nci.caarray.services.fileparse2.arraydesign
 

Classes in gov.nih.nci.caarray.services.fileparse2.arraydesign that implement LocalDynaBean
 class ParsedFeature
          This class is intended to be dynamically implemented
 

Uses of LocalDynaBean in gov.nih.nci.caarray.services.fileparse2.hybridization
 

Classes in gov.nih.nci.caarray.services.fileparse2.hybridization that implement LocalDynaBean
 class HybridizationRowWrapper
           
 class SimpleDesignElement
          A wrapper to wrap a simplified DesignElement represented by a BasicDynaBean instance to allow for making a unique key by combining the values of the non-key properties specified when constructing an instance of this class.
 

Uses of LocalDynaBean in gov.nih.nci.caarray.services.fileparse2.parsers
 

Classes in gov.nih.nci.caarray.services.fileparse2.parsers that implement LocalDynaBean
 class LocalDynaBeanImpl
          An equivalent of common-beanutils's BasicDynaBean with extra support to get the property's value as String, Double, or Long.
 class LocalDynaBeanWrapper
          An equivalent of common-beanutils's BasicDynaBean with extra support to get the property's value as String, Double, or Long.
 

Methods in gov.nih.nci.caarray.services.fileparse2.parsers that return LocalDynaBean
 LocalDynaBean[] DataTable.getRows()
          Method getRows.
 LocalDynaBean[] BaseMicroarrayFileParser.readRows()
           
 

Methods in gov.nih.nci.caarray.services.fileparse2.parsers with parameters of type LocalDynaBean
 void DataTable.addRow(LocalDynaBean aRow)
          Method addRow.
 void DataTable.setRows(LocalDynaBean[] rows)
          Method setRows.