org.jacorb.notification.filter
Class ConstraintEntry

java.lang.Object
  extended byorg.jacorb.notification.filter.ConstraintEntry

public class ConstraintEntry
extends java.lang.Object

Version:
$Id: ConstraintEntry.java,v 1.2 2005/08/21 13:25:53 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
ConstraintEntry(FilterConstraint filterConstraint, ConstraintInfo constraintInfo)
           
 
Method Summary
 void appendToBuffer(java.lang.StringBuffer buffer)
           
 java.lang.String getConstraintExpression()
           
 int getConstraintId()
           
 ConstraintInfo getConstraintInfo()
           
 int getEventTypeCount()
           
 EventTypeWrapper getEventTypeWrapper(int index)
           
 FilterConstraint getFilterConstraint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintEntry

public ConstraintEntry(FilterConstraint filterConstraint,
                       ConstraintInfo constraintInfo)
Method Detail

getEventTypeWrapper

public EventTypeWrapper getEventTypeWrapper(int index)

getEventTypeCount

public int getEventTypeCount()

getConstraintId

public int getConstraintId()

getConstraintInfo

public ConstraintInfo getConstraintInfo()

getConstraintExpression

public java.lang.String getConstraintExpression()

getFilterConstraint

public FilterConstraint getFilterConstraint()

appendToBuffer

public void appendToBuffer(java.lang.StringBuffer buffer)