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