|
|||||||||||
| 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.PhenotypeOntologyProperty
This follows the enum pattern and represents a phenotype ontology property. This is used to define the specific properties of a phenotype ontology.
| Field Summary | |
static PhenotypeOntologyProperty |
DATA_SOURCE
Data source of phenotype ontology (data type: java.lang.String). |
static PhenotypeOntologyProperty |
ID
Identifier of phenotype ontology (data type: gov.usda.gdpc.Identifier). |
static PhenotypeOntologyProperty |
NAME
Name of phenotype ontology (data type: java.lang.String). |
static java.lang.String |
PROPERTY_TYPE
The property type. |
| Constructor Summary | |
PhenotypeOntologyProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
PhenotypeOntologyProperty constructor. |
|
PhenotypeOntologyProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
PhenotypeOntologyProperty constructor. |
|
| Method Summary | |
static PhenotypeOntologyProperty[] |
getDefinedProperties()
Returns the list of created phenotype ontology properties. |
static PhenotypeOntologyProperty |
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 PhenotypeOntologyProperty ID
public static final PhenotypeOntologyProperty DATA_SOURCE
public static final PhenotypeOntologyProperty NAME
| Constructor Detail |
public PhenotypeOntologyProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - phenotype ontology property namedataType - data type of this property (class name)propertyType - property typepropertySubType - property subtype
public PhenotypeOntologyProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - phenotype ontology property namedataType - data type of this property (class)propertyType - property typepropertySubType - property subtype| Method Detail |
public static PhenotypeOntologyProperty getInstance(java.lang.String propertySubType)
public static PhenotypeOntologyProperty[] getDefinedProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||