Business Objects
Quark Platform Documentation
Version 1.7.1_0
Business Objects

org.openquark.cal.filter
Class AcceptAllQualifiedNamesFilter

java.lang.Object
  extended by org.openquark.cal.filter.AcceptAllQualifiedNamesFilter
All Implemented Interfaces:
QualifiedNameFilter

public final class AcceptAllQualifiedNamesFilter
extends Object
implements QualifiedNameFilter

A qualified name filter specifying that all qualified names should be accepted.

Author:
Joseph Wong

Constructor Summary
AcceptAllQualifiedNamesFilter()
           
 
Method Summary
 boolean acceptQualifiedName(QualifiedName qualifiedName)
          Returns whether the given qualified name should be accepted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAllQualifiedNamesFilter

public AcceptAllQualifiedNamesFilter()
Method Detail

acceptQualifiedName

public boolean acceptQualifiedName(QualifiedName qualifiedName)
Returns whether the given qualified name should be accepted.

Specified by:
acceptQualifiedName in interface QualifiedNameFilter
Parameters:
qualifiedName - the qualified name.
Returns:
true if the name should be accepted; false otherwise.

Business Objects
Quark Platform Documentation
Version 1.7.1_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.