|
|||||||||||
| 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.EnvironmentExperimentProperty
This follows the enum pattern and represents a environment experiment property. This is used to define the specific properties of a environment experiment.
| Field Summary | |
static EnvironmentExperimentProperty |
DATA_SOURCE
Data source of environment experiment (data type: java.lang.String). |
static EnvironmentExperimentProperty |
EVALUATIONSITE
Evaluation Site associated with environment experiment (data type: java.lang.String). |
static EnvironmentExperimentProperty |
HARVEST_DATE
Date crop harvested (data type: gov.usda.gdpc.util.Calendar). |
static EnvironmentExperimentProperty |
ID
ID of environment experiment (data type: gov.usda.gdpc.Identifier). |
static EnvironmentExperimentProperty |
LOCALITY
Locality associated with environment experiment (data type: gov.usda.gdpc.Locality). |
static EnvironmentExperimentProperty |
NAME
Name of environment experiment (data type: java.lang.String). |
static EnvironmentExperimentProperty |
PLANT_DATE
Date crop planted (data type: gov.usda.gdpc.util.Calendar). |
static java.lang.String |
PROPERTY_TYPE
The property type. |
static EnvironmentExperimentProperty |
SUMMARY
Summary of this environment experiment (data type: java.lang.String). |
| Constructor Summary | |
EnvironmentExperimentProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
EnvironmentExperimentProperty constructor. |
|
EnvironmentExperimentProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
EnvironmentExperimentProperty constructor. |
|
| Method Summary | |
static EnvironmentExperimentProperty[] |
getDefinedProperties()
|
static EnvironmentExperimentProperty |
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 EnvironmentExperimentProperty ID
public static final EnvironmentExperimentProperty DATA_SOURCE
public static final EnvironmentExperimentProperty NAME
public static final EnvironmentExperimentProperty PLANT_DATE
public static final EnvironmentExperimentProperty HARVEST_DATE
public static final EnvironmentExperimentProperty EVALUATIONSITE
public static final EnvironmentExperimentProperty LOCALITY
public static final EnvironmentExperimentProperty SUMMARY
| Constructor Detail |
public EnvironmentExperimentProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - environment experiment property namedataType - data type of this property (class name)propertyType - property typepropertySubType - property subtype
public EnvironmentExperimentProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - environment experiment property namedataType - data type of this property (class)propertyType - property typepropertySubType - property subtype| Method Detail |
public static EnvironmentExperimentProperty getInstance(java.lang.String propertySubType)
public static EnvironmentExperimentProperty[] getDefinedProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||