Version: 1.1.1

Uses of Class
org.biomoby.shared.parser.MobySimple

Packages that use MobySimple
org.biomoby.shared.parser The package org.biomoby.shared.parser contains classes for parsing Biomoby data from an XML format (a Biomoby XML envelope) into Java objects, and back to XML. 
 

Uses of MobySimple in org.biomoby.shared.parser
 

Methods in org.biomoby.shared.parser that return MobySimple
 MobySimple[] MobyCollection.getData()
          Get the contents of this envelope.
 

Methods in org.biomoby.shared.parser with parameters of type MobySimple
 void MobyCollection.addData(MobySimple data)
          Add one more element to this envelope.
 void MobyCollection.setData(MobySimple[] data)
          Fill this envelope with the objects carrying inside real data objects.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010