Uses of Class
gov.usda.gdpc.xml.PropertyTag

Packages that use PropertyTag
gov.usda.gdpc.xml This package provides XML specific function. 
 

Uses of PropertyTag in gov.usda.gdpc.xml
 

Fields in gov.usda.gdpc.xml declared as PropertyTag
static PropertyTag PropertyTag.ID
          COMMON PROPERTIES
static PropertyTag PropertyTag.ID_VALUE
           
static PropertyTag PropertyTag.ID_HINT
           
static PropertyTag PropertyTag.DATA_SOURCE
           
static PropertyTag PropertyTag.COMMENTS
           
static PropertyTag PropertyTag.NAME
           
static PropertyTag PropertyTag.CHROMOSOME_NUMBER
          LOCUS PROPERTIES
static PropertyTag PropertyTag.GENETIC_BIN
           
static PropertyTag PropertyTag.GENETIC_MAP
           
static PropertyTag PropertyTag.GENETIC_POSITION
           
static PropertyTag PropertyTag.LABEL
           
static PropertyTag PropertyTag.LOCUS_TYPE
           
static PropertyTag PropertyTag.PHYSICAL_POSITION
           
static PropertyTag PropertyTag.ALIGN_PROGRAM
          GENOTYPE EXPERIMENT PROPERTIES
static PropertyTag PropertyTag.END_POSITION
           
static PropertyTag PropertyTag.HUMAN_VALIDATION
           
static PropertyTag PropertyTag.SCORING_TECHNOLOGY
           
static PropertyTag PropertyTag.START_POSITION
           
static PropertyTag PropertyTag.PRIMER1
           
static PropertyTag PropertyTag.PRIMER2
           
static PropertyTag PropertyTag.ACCESSION
          TAXON PROPERTIES
static PropertyTag PropertyTag.COLLECTOR
           
static PropertyTag PropertyTag.GENUS
           
static PropertyTag PropertyTag.GERMPLASM_TYPE
           
static PropertyTag PropertyTag.PLANT
           
static PropertyTag PropertyTag.POPULATION
           
static PropertyTag PropertyTag.REFERENCE
           
static PropertyTag PropertyTag.SEED_LOT
           
static PropertyTag PropertyTag.SOURCE
           
static PropertyTag PropertyTag.SPECIES
           
static PropertyTag PropertyTag.SUBSPECIES
           
static PropertyTag PropertyTag.ALTITUDE
          LOCALITY PROPERTIES
static PropertyTag PropertyTag.COUNTRY
           
static PropertyTag PropertyTag.LATITUDE
           
static PropertyTag PropertyTag.LONGITUDE
           
static PropertyTag PropertyTag.STATE_PROVINCE
           
static PropertyTag PropertyTag.EVALUATIONSITE
          ENVIRONMENT EXPERIMENT PROPERTIES
static PropertyTag PropertyTag.HARVEST_DATE
           
static PropertyTag PropertyTag.PLANT_DATE
           
static PropertyTag PropertyTag.ALLELE_LIST
          GENOTYPE PROPERTIES
static PropertyTag PropertyTag.ALLELE_LIST_ALLELE
           
static PropertyTag PropertyTag.VALUE
          PHENOTYPE PROPERTIES
 

Methods in gov.usda.gdpc.xml that return PropertyTag
static PropertyTag PropertyTag.getInstance(java.lang.String tag)
          Returns PropertyTag instance matching given tag.