com.ibm.websphere.wssecurity.wssapi.spec

Class XPathType.Filter

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wssecurity.wssapi.spec.XPathType.Filter
All implemented interfaces:
java.io.Serializable
Enclosing class:
XPathType

  1. public static class XPathType.Filter
  2. extends java.lang.Object
  3. implements java.io.Serializable
Represents the filter set operation.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. XPathType.Filter
INTERSECT
The intersect filter operation.
  1. static
  2. XPathType.Filter
SUBTRACT
The subtract filter operation.
  1. static
  2. XPathType.Filter
UNION
The union filter operation.

Method Summary

Modifier and Type Method and Description
  1. 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

  1. public static XPathType.Filter INTERSECT
The intersect filter operation.

SUBTRACT

  1. public static XPathType.Filter SUBTRACT
The subtract filter operation.

UNION

  1. public static XPathType.Filter UNION
The union filter operation.

Method Detail

toString

  1. 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