" tag in the
derived.xml file.
- Version:
- $Revision: 1.22 $
- Author:
- IDV Development Team
categories
protected String categories
- the categories
DerivedNeed
public DerivedNeed(DerivedDataDescriptor ddd,
String categories)
- ctor
- Parameters:
ddd - my dddcategories - categories string
DerivedNeed
public DerivedNeed(DerivedDataDescriptor ddd,
String groupName,
String categories)
- This is the constructor that takes a parameter group name.
- Parameters:
ddd - my dddgroupName - the DataGroup namecategories - other categories
DerivedNeed
public DerivedNeed(DerivedDataDescriptor ddd,
List params,
String categories)
- This is the constructor that takes a set of parameters.
- Parameters:
ddd - my dddparams - parameterscategories - other categories
reInitialize
protected void reInitialize()
- If we use DataGroups then reinitialize the paramSets list
getGroupName
public String getGroupName()
- Get the group name for this.
- Returns:
- the group name (or null)
getParamSets
public List getParamSets()
- Get the parameter sets
- Returns:
- parameter sets
equals
public boolean equals(Object other)
- See if the Object in question is equal to this.
- Overrides:
equals in class Object
- Parameters:
other - Object in question
- Returns:
- true if they are equal
getDataChoices
public List getDataChoices(Hashtable choicesSoFar)
- Get the list of DataChoices that are needed for this.
- Parameters:
choicesSoFar - choices seen so far
- Returns:
- List of needed DataChoices
initForSearch
public void initForSearch()
- Initialize for searching. Clear out the seen params hashtable.
clearAfterSearch
public void clearAfterSearch()
- Clear out the hashtable of used parameters after searching
setCategories
public void setCategories(String value)
- Set the Categories property.
- Parameters:
value - The new value for Categories
getCategories
public String getCategories()
- Get the Categories property.
- Returns:
- The Categories