|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.quote.EODQuoteFilterList
public class EODQuoteFilterList
Provides a list of quote filters available to us. This class is used as a single point of reference to find and use all of the available quote filters. Example:
EODQuoteFilter filter = EODQuoteFilterList.getInstance().getFilter("Insight Trader"); EODQuote quote = filter.filter("XXX 07/15/99 173 182 171 181 36489");OR
List filters = EODQuoteFilterList.getInstance().getList();
Method Summary | |
---|---|
EODQuoteFilter |
getFilter(java.lang.String filterName)
Return instance of filter given its name. |
static EODQuoteFilterList |
getInstance()
Get the singleton instance of this class. |
java.util.List |
getList()
Get a vector of available filter classes. |
boolean |
isFilter(java.lang.String filterName)
Is the given filter name a valid filter? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public EODQuoteFilter getFilter(java.lang.String filterName)
filterName
- the registered name of the filter.
public static EODQuoteFilterList getInstance()
public java.util.List getList()
public boolean isFilter(java.lang.String filterName)
filterName
- the name of the possible filter.
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |