org.marketcetera.util.misc
Class UCPFilterInfo

java.lang.Object
  extended by org.marketcetera.util.misc.UCPFilterInfo

public class UCPFilterInfo
extends Object

A meta-information holder for a UCPFilter.

Since:
0.6.0
Version:
$Id: UCPFilterInfo.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Method Summary
static UCPFilterInfo getInfo(UCPFilter filter)
          Returns the meta-information holder for the given filter.
 int[] getUCPs()
          Returns the code points acceptable to the receiver's associated filter, in ascending numerical order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInfo

public static UCPFilterInfo getInfo(UCPFilter filter)
Returns the meta-information holder for the given filter.

Parameters:
filter - The filter.
Returns:
The holder.

getUCPs

public int[] getUCPs()
Returns the code points acceptable to the receiver's associated filter, in ascending numerical order.

Returns:
The code points.


Copyright © 2012. All Rights Reserved.