com.ibm.websphere.wssecurity.wssapi.spec
Class XPathType.Filter
- java.lang.Object
com.ibm.websphere.wssecurity.wssapi.spec.XPathType.Filter
All implemented interfaces:
java.io.Serializable
Enclosing class:
- public static class XPathType.Filter
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
INTERSECT
The intersect filter operation.
|
|
SUBTRACT
The subtract filter operation.
|
|
UNION
The union filter operation.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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