|
|||||||||||
| 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.GenotypeProperty
This follows the enum pattern and represents a genotype property. This is used to define the specific properties of a genotype.
| Field Summary | |
static GenotypeProperty |
ALLELE_LIST
Value of genotype (data type: gov.usda.gdpc.AlleleList). |
static GenotypeProperty |
DATA_SOURCE
Data source of genotype (data type: java.lang.String). |
static GenotypeProperty |
GENOTYPE_EXPERIMENT
Genotype Experiment of genotype (data type: gov.usda.gdpc.GenotypeExperiment). |
static java.lang.String |
PROPERTY_TYPE
The property type. |
static GenotypeProperty |
TAXON
Taxon of genotype (data type: gov.usda.gdpc.Taxon). |
| Constructor Summary | |
protected |
GenotypeProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
GenotypeProperty constructor. |
protected |
GenotypeProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
GenotypeProperty constructor. |
| Method Summary | |
static GenotypeProperty[] |
getDefinedProperties()
|
static GenotypeProperty |
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 GenotypeProperty DATA_SOURCE
public static final GenotypeProperty TAXON
public static final GenotypeProperty GENOTYPE_EXPERIMENT
public static final GenotypeProperty ALLELE_LIST
| Constructor Detail |
protected GenotypeProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - genotype property namedataType - data type of this property (class name)propertyType - property typepropertySubType - property subtype
protected GenotypeProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - genotype property namedataType - data type of this property (class)propertyType - property typepropertySubType - property subtype| Method Detail |
public static GenotypeProperty getInstance(java.lang.String propertySubType)
public static GenotypeProperty[] getDefinedProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||