Uses of Class
gov.usda.gdpc.EnvironmentExperimentProperty

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

Uses of EnvironmentExperimentProperty in gov.usda.gdpc
 

Fields in gov.usda.gdpc declared as EnvironmentExperimentProperty
static EnvironmentExperimentProperty EnvironmentExperimentProperty.ID
          ID of environment experiment (data type: gov.usda.gdpc.Identifier).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.DATA_SOURCE
          Data source of environment experiment (data type: java.lang.String).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.NAME
          Name of environment experiment (data type: java.lang.String).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.PLANT_DATE
          Date crop planted (data type: gov.usda.gdpc.util.Calendar).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.HARVEST_DATE
          Date crop harvested (data type: gov.usda.gdpc.util.Calendar).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.EVALUATIONSITE
          Evaluation Site associated with environment experiment (data type: java.lang.String).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.LOCALITY
          Locality associated with environment experiment (data type: gov.usda.gdpc.Locality).
static EnvironmentExperimentProperty EnvironmentExperimentProperty.SUMMARY
          Summary of this environment experiment (data type: java.lang.String).
 

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