com.jxml.qare.qhome
Class QQualifierPrivilege

java.lang.Object
  |
  +--com.jxml.quick.qmap.QQualifierItem
        |
        +--com.jxml.qare.qhome.QQualifierPrivilege
All Implemented Interfaces:
QQualifier

public class QQualifierPrivilege
extends QQualifierItem

This class provides the functionality for matching of privileges .


Field Summary
 String all
           
 
Fields inherited from class com.jxml.quick.qmap.QQualifierItem
ndx, value
 
Constructor Summary
QQualifierPrivilege(int ndx, String value)
          Calls the super class with specified with index and value
 
Method Summary
 boolean acceptable(QIndexedComparableList icl)
          Compares the privileges with privileges in list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

public String all
Constructor Detail

QQualifierPrivilege

public QQualifierPrivilege(int ndx,
                           String value)
Calls the super class with specified with index and value
Method Detail

acceptable

public boolean acceptable(QIndexedComparableList icl)
Compares the privileges with privileges in list.
Overrides:
acceptable in class QQualifierItem