Example #1
0
 /**
  * Gets the {@link FilterItem}s that this filter item consists of, if it is
  * a compound filter item.
  */
 public FilterItem[] getChildItems()
 {
     if (_childItems == null)
     {
         return(null);
     }
     return(_childItems.toArray(new FilterItem[_childItems.Count]));
 } // getChildItems()