Uses of Class
gov.usda.gdpc.GenotypeExperimentProperty

Packages that use GenotypeExperimentProperty
gov.usda.gdpc This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). 
 

Uses of GenotypeExperimentProperty in gov.usda.gdpc
 

Fields in gov.usda.gdpc declared as GenotypeExperimentProperty
static GenotypeExperimentProperty GenotypeExperimentProperty.ID
          ID of genotype experiment (data type: gov.usda.gdpc.Identifier).
static GenotypeExperimentProperty GenotypeExperimentProperty.DATA_SOURCE
          Data source of genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.NAME
          Name of genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.LOCUS
          Locus associated with genotype experiment (data type: gov.usda.gdpc.Locus).
static GenotypeExperimentProperty GenotypeExperimentProperty.POLY_TYPE
          Polymorphism Type associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.PRIMER1
          Primer 1 associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.PRIMER2
          Primer 2 associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.START_POSITION
          Start Position associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.END_POSITION
          End Position associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.HUMAN_VALIDATION
          Human Validation associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.ALIGN_PROGRAM
          Align Program associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.COMMENTS
          Comments associated with genotype experiment (data type: java.lang.String).
static GenotypeExperimentProperty GenotypeExperimentProperty.PRODUCER
          Producer's name of this genotype experiment (data type: java.lang.String)
static GenotypeExperimentProperty GenotypeExperimentProperty.DATE
          Date of this genotype experiment (data type: gov.usda.gdpc.util.Calendar)
static GenotypeExperimentProperty GenotypeExperimentProperty.SRC_EXP
          Source experiment of this genotype experiment (data type: gov.usda.gdpc.GenotypeExperiment)
 

Methods in gov.usda.gdpc that return GenotypeExperimentProperty
static GenotypeExperimentProperty GenotypeExperimentProperty.getInstance(java.lang.String propertySubType)
           
static GenotypeExperimentProperty[] GenotypeExperimentProperty.getDefinedProperties()