org.netbeans.lib.collab
Class MessageProcessingRule.Condition

java.lang.Object
  extended byorg.netbeans.lib.collab.MessageProcessingRule.Condition
Direct Known Subclasses:
MessageProcessingRule.DispositionCondition, MessageProcessingRule.ExpirationCondition, MessageProcessingRule.SessionCondition
Enclosing class:
MessageProcessingRule

public static class MessageProcessingRule.Condition
extends java.lang.Object

base condition class


Method Summary
 boolean equals(java.lang.Object o)
          tests equality with another object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object o)
tests equality with another object

Returns:
true if the provided object is a Condition of the same type and value; false otherwise.