gov.usda.gdpc.xml
Class PropertyTag

java.lang.Object
  extended bygov.usda.gdpc.xml.PropertyTag

public class PropertyTag
extends java.lang.Object

Author:
terryc

Field Summary
static PropertyTag ACCESSION
          TAXON PROPERTIES
static PropertyTag ALIGN_PROGRAM
          GENOTYPE EXPERIMENT PROPERTIES
static PropertyTag ALLELE_LIST
          GENOTYPE PROPERTIES
static PropertyTag ALLELE_LIST_ALLELE
           
static PropertyTag ALTITUDE
          LOCALITY PROPERTIES
static PropertyTag CHROMOSOME_NUMBER
          LOCUS PROPERTIES
static PropertyTag COLLECTOR
           
static PropertyTag COMMENTS
           
static PropertyTag COUNTRY
           
static PropertyTag DATA_SOURCE
           
static PropertyTag END_POSITION
           
static PropertyTag EVALUATIONSITE
          ENVIRONMENT EXPERIMENT PROPERTIES
static PropertyTag GENETIC_BIN
           
static PropertyTag GENETIC_MAP
           
static PropertyTag GENETIC_POSITION
           
static PropertyTag GENUS
           
static PropertyTag GERMPLASM_TYPE
           
static PropertyTag HARVEST_DATE
           
static PropertyTag HUMAN_VALIDATION
           
static PropertyTag ID
          COMMON PROPERTIES
static PropertyTag ID_HINT
           
static PropertyTag ID_VALUE
           
static PropertyTag LABEL
           
static PropertyTag LATITUDE
           
static PropertyTag LOCUS_TYPE
           
static PropertyTag LONGITUDE
           
static PropertyTag NAME
           
static PropertyTag PHYSICAL_POSITION
           
static PropertyTag PLANT
           
static PropertyTag PLANT_DATE
           
static PropertyTag POPULATION
           
static PropertyTag PRIMER1
           
static PropertyTag PRIMER2
           
static PropertyTag REFERENCE
           
static PropertyTag SCORING_TECHNOLOGY
           
static PropertyTag SEED_LOT
           
static PropertyTag SOURCE
           
static PropertyTag SPECIES
           
static PropertyTag START_POSITION
           
static PropertyTag STATE_PROVINCE
           
static PropertyTag SUBSPECIES
           
static PropertyTag VALUE
          PHENOTYPE PROPERTIES
 
Constructor Summary
PropertyTag(java.lang.String tag, java.lang.Class javaClass)
          PropertyTag Constructor.
 
Method Summary
static PropertyTag getInstance(java.lang.String tag)
          Returns PropertyTag instance matching given tag.
 java.lang.Class getJavaClass()
          Returns the java class associated with this tag.
 java.lang.String getTag()
          Returns the XML tag.
 java.lang.String toString()
          Returns the XML tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final PropertyTag ID
COMMON PROPERTIES


ID_VALUE

public static final PropertyTag ID_VALUE

ID_HINT

public static final PropertyTag ID_HINT

DATA_SOURCE

public static final PropertyTag DATA_SOURCE

COMMENTS

public static final PropertyTag COMMENTS

NAME

public static final PropertyTag NAME

CHROMOSOME_NUMBER

public static final PropertyTag CHROMOSOME_NUMBER
LOCUS PROPERTIES


GENETIC_BIN

public static final PropertyTag GENETIC_BIN

GENETIC_MAP

public static final PropertyTag GENETIC_MAP

GENETIC_POSITION

public static final PropertyTag GENETIC_POSITION

LABEL

public static final PropertyTag LABEL

LOCUS_TYPE

public static final PropertyTag LOCUS_TYPE

PHYSICAL_POSITION

public static final PropertyTag PHYSICAL_POSITION

ALIGN_PROGRAM

public static final PropertyTag ALIGN_PROGRAM
GENOTYPE EXPERIMENT PROPERTIES


END_POSITION

public static final PropertyTag END_POSITION

HUMAN_VALIDATION

public static final PropertyTag HUMAN_VALIDATION

SCORING_TECHNOLOGY

public static final PropertyTag SCORING_TECHNOLOGY

START_POSITION

public static final PropertyTag START_POSITION

PRIMER1

public static final PropertyTag PRIMER1

PRIMER2

public static final PropertyTag PRIMER2

ACCESSION

public static final PropertyTag ACCESSION
TAXON PROPERTIES


COLLECTOR

public static final PropertyTag COLLECTOR

GENUS

public static final PropertyTag GENUS

GERMPLASM_TYPE

public static final PropertyTag GERMPLASM_TYPE

PLANT

public static final PropertyTag PLANT

POPULATION

public static final PropertyTag POPULATION

REFERENCE

public static final PropertyTag REFERENCE

SEED_LOT

public static final PropertyTag SEED_LOT

SOURCE

public static final PropertyTag SOURCE

SPECIES

public static final PropertyTag SPECIES

SUBSPECIES

public static final PropertyTag SUBSPECIES

ALTITUDE

public static final PropertyTag ALTITUDE
LOCALITY PROPERTIES


COUNTRY

public static final PropertyTag COUNTRY

LATITUDE

public static final PropertyTag LATITUDE

LONGITUDE

public static final PropertyTag LONGITUDE

STATE_PROVINCE

public static final PropertyTag STATE_PROVINCE

EVALUATIONSITE

public static final PropertyTag EVALUATIONSITE
ENVIRONMENT EXPERIMENT PROPERTIES


HARVEST_DATE

public static final PropertyTag HARVEST_DATE

PLANT_DATE

public static final PropertyTag PLANT_DATE

ALLELE_LIST

public static final PropertyTag ALLELE_LIST
GENOTYPE PROPERTIES


ALLELE_LIST_ALLELE

public static final PropertyTag ALLELE_LIST_ALLELE

VALUE

public static final PropertyTag VALUE
PHENOTYPE PROPERTIES

Constructor Detail

PropertyTag

public PropertyTag(java.lang.String tag,
                   java.lang.Class javaClass)
PropertyTag Constructor.

Method Detail

getInstance

public static PropertyTag getInstance(java.lang.String tag)
Returns PropertyTag instance matching given tag.

Parameters:
tag - tag to retrieve
Returns:
instance

getTag

public java.lang.String getTag()
Returns the XML tag.

Returns:
tag

getJavaClass

public java.lang.Class getJavaClass()
Returns the java class associated with this tag.

Returns:
java class

toString

public java.lang.String toString()
Returns the XML tag. This the same as getTag().

Returns:
tag