IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wssecurity.wssapi.spec
Class XPathType.Filter

java.lang.Object
  extended by com.ibm.websphere.wssecurity.wssapi.spec.XPathType.Filter
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XPathType

public static class XPathType.Filter
extends java.lang.Object
implements java.io.Serializable

Represents the filter set operation.

See Also:
Serialized Form

Field Summary
static XPathType.Filter INTERSECT
          The intersect filter operation.
static XPathType.Filter SUBTRACT
          The subtract filter operation.
static XPathType.Filter UNION
          The union filter operation.
 
Method Summary
 java.lang.String toString()
          Returns the string form of the operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERSECT

public static XPathType.Filter INTERSECT
The intersect filter operation.


SUBTRACT

public static XPathType.Filter SUBTRACT
The subtract filter operation.


UNION

public static XPathType.Filter UNION
The union filter operation.

Method Detail

toString

public java.lang.String toString()
Returns the string form of the operation.

Overrides:
toString in class java.lang.Object
Returns:
the string form of the operation

IBM WebSphere Application ServerTM
Release 8