wodka.test
Class GenotypesDescFactory

java.lang.Object
  extended bywodka.test.GenotypesDescFactory

public class GenotypesDescFactory
extends java.lang.Object

Author:
wwagner4

Method Summary
static GenotypesDescFactory current()
           
 GenotypeDesc getGenotypeDesc(int index)
           
 GenotypeDesc getGenotypeDesc(java.lang.String name)
           
 int getGenotypeDescCount()
           
 java.lang.String getLanguageName(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

current

public static GenotypesDescFactory current()

getGenotypeDesc

public GenotypeDesc getGenotypeDesc(int index)

getGenotypeDesc

public GenotypeDesc getGenotypeDesc(java.lang.String name)

getLanguageName

public java.lang.String getLanguageName(int index)

getGenotypeDescCount

public int getGenotypeDescCount()