Uses of Interface
gov.nih.nci.caarray.services.util.parse.LocalDynaBean

Packages that use LocalDynaBean
gov.nih.nci.caarray.services.fileparse.gpr   
gov.nih.nci.caarray.services.util.parse   
 

Uses of LocalDynaBean in gov.nih.nci.caarray.services.fileparse.gpr
 

Methods in gov.nih.nci.caarray.services.fileparse.gpr with parameters of type LocalDynaBean
 void GprDataRow.setQuantitations(LocalDynaBean bean)
          Set the values from a dynabean
 

Constructors in gov.nih.nci.caarray.services.fileparse.gpr with parameters of type LocalDynaBean
GprDataRow(LocalDynaBean bean)
           
 

Uses of LocalDynaBean in gov.nih.nci.caarray.services.util.parse
 

Methods in gov.nih.nci.caarray.services.util.parse that return LocalDynaBean
 LocalDynaBean[] DelimitedImportParser.getBeans()
          A convienience method to get DynaBeans using the default listener
 LocalDynaBean[] DelimitedImportDefaultListener.getBeans()
           
 LocalDynaBean[] InternalTable.getTheRows()
          Method getTheRows.
 

Methods in gov.nih.nci.caarray.services.util.parse with parameters of type LocalDynaBean
 void InternalTable.addRow(LocalDynaBean theRow)
          Method addRow.
 void DelimitedImportListener.nextRow(LocalDynaBean inputBean)
           
 void DelimitedImportDefaultListener.nextRow(LocalDynaBean inputBean)
           
 void InternalTable.setTheRows(LocalDynaBean[] theRows)
          Method setTheRows.
 void DelimitedExporter.streamBean(LocalDynaBean bean)
          Streams a bean to the file