|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FilterValue | |
| gov.usda.gdpc | This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). |
| Uses of FilterValue in gov.usda.gdpc |
| Classes in gov.usda.gdpc that implement FilterValue | |
class |
AbstractFilterValue
This class provides a skeletal implementation of the DBConnection interface, to minimize the effort required to implement this interface. |
class |
FilterLikeValue
This is a filter value which consists of a single string value which may contain the wild card(s) %, as a means of matching zero or more characters in that position. |
class |
FilterRangeValue
This is a filter value which consists of a range of values. |
class |
FilterSingleValue
This is a filter value which consists of a single value. |
| Methods in gov.usda.gdpc that return FilterValue | |
FilterValue[] |
Filter.getValues(Property property,
FilterValueType type)
Gets all the values set for the given property and filter value type. |
FilterValue[] |
Filter.getValues(FilterValueType type)
Gets all the values set for the given filter value type. |
FilterValue[] |
Filter.getValues(Property property)
Gets all the values set for the given property. |
FilterValue[] |
AbstractFilter.getValues(Property property,
FilterValueType type)
Gets all the values set for the given property and filter value type. |
FilterValue[] |
AbstractFilter.getValues(FilterValueType type)
Gets all the values set for the given filter value type. |
FilterValue[] |
AbstractFilter.getValues(Property property)
Gets all the values set for the given property. |
| Methods in gov.usda.gdpc with parameters of type FilterValue | |
void |
TaxonFilter.addValue(FilterValue value)
Adds a value for a particular taxon property for this filter. |
void |
PhenotypeOntologyFilter.addValue(FilterValue value)
Adds a value for a particular phenotype ontology property for this filter. |
void |
PhenotypeFilter.addValue(FilterValue value)
Adds a value for a particular phenotype property for this filter. |
void |
LocusFilter.addValue(FilterValue value)
Adds a value for a particular locus property for this filter. |
void |
LocalityFilter.addValue(FilterValue value)
Adds a value for a particular locality property for this filter. |
void |
GenotypeFilter.addValue(FilterValue value)
Adds a value for a particular genotype property for this filter. |
void |
GenotypeExperimentFilter.addValue(FilterValue value)
Adds a value for a particular genotype experiment property for this filter. |
void |
Filter.addValue(FilterValue value)
Adds a value for a particular property for this filter. |
void |
EnvironmentExperimentFilter.addValue(FilterValue value)
Adds a value for a particular environment experiment property for this filter. |
void |
AbstractFilter.addValue(FilterValue value)
Adds a value for a particular property for this filter. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||