|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.AbstractProperty
gov.usda.gdpc.GenotypeExperimentProperty
This follows the enum pattern and represents a genotype experiment property. This is used to define the specific properties of a genotype experiment.
| Field Summary | |
static GenotypeExperimentProperty |
ALIGN_PROGRAM
Align Program associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
COMMENTS
Comments associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
DATA_SOURCE
Data source of genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
DATE
Date of this genotype experiment (data type: gov.usda.gdpc.util.Calendar) |
static GenotypeExperimentProperty |
END_POSITION
End Position associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
HUMAN_VALIDATION
Human Validation associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
ID
ID of genotype experiment (data type: gov.usda.gdpc.Identifier). |
static GenotypeExperimentProperty |
LOCUS
Locus associated with genotype experiment (data type: gov.usda.gdpc.Locus). |
static GenotypeExperimentProperty |
NAME
Name of genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
POLY_TYPE
Polymorphism Type associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
PRIMER1
Primer 1 associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
PRIMER2
Primer 2 associated with genotype experiment (data type: java.lang.String). |
static GenotypeExperimentProperty |
PRODUCER
Producer's name of this genotype experiment (data type: java.lang.String) |
static java.lang.String |
PROPERTY_TYPE
The property type. |
static GenotypeExperimentProperty |
SRC_EXP
Source experiment of this genotype experiment (data type: gov.usda.gdpc.GenotypeExperiment) |
static GenotypeExperimentProperty |
START_POSITION
Start Position associated with genotype experiment (data type: java.lang.String). |
| Constructor Summary | |
GenotypeExperimentProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
GenotypeExperimentProperty constructor. |
|
GenotypeExperimentProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
GenotypeExperimentProperty constructor. |
|
| Method Summary | |
static GenotypeExperimentProperty[] |
getDefinedProperties()
|
static GenotypeExperimentProperty |
getInstance(java.lang.String propertySubType)
|
| Methods inherited from class gov.usda.gdpc.AbstractProperty |
compareTo, equals, getDataType, getName, getSubType, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String PROPERTY_TYPE
public static final GenotypeExperimentProperty ID
public static final GenotypeExperimentProperty DATA_SOURCE
public static final GenotypeExperimentProperty NAME
public static final GenotypeExperimentProperty LOCUS
public static final GenotypeExperimentProperty POLY_TYPE
public static final GenotypeExperimentProperty PRIMER1
public static final GenotypeExperimentProperty PRIMER2
public static final GenotypeExperimentProperty START_POSITION
public static final GenotypeExperimentProperty END_POSITION
public static final GenotypeExperimentProperty HUMAN_VALIDATION
public static final GenotypeExperimentProperty ALIGN_PROGRAM
public static final GenotypeExperimentProperty COMMENTS
public static final GenotypeExperimentProperty PRODUCER
public static final GenotypeExperimentProperty DATE
public static final GenotypeExperimentProperty SRC_EXP
| Constructor Detail |
public GenotypeExperimentProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - genotype experiment property namedataType - data type of this property (class name)propertyType - property typepropertySubType - property subtype
public GenotypeExperimentProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - genotype experiment property namedataType - data type of this property (class)propertyType - property typepropertySubType - property subtype| Method Detail |
public static GenotypeExperimentProperty getInstance(java.lang.String propertySubType)
public static GenotypeExperimentProperty[] getDefinedProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||