public class ConstraintEntry
extends java.lang.Object
Constructor and Description |
---|
ConstraintEntry(FilterConstraint filterConstraint,
ConstraintInfo constraintInfo) |
Modifier and Type | Method and Description |
---|---|
void |
appendToBuffer(java.lang.StringBuffer buffer) |
java.lang.String |
getConstraintExpression() |
int |
getConstraintId() |
ConstraintInfo |
getConstraintInfo() |
int |
getEventTypeCount() |
EventTypeWrapper |
getEventTypeWrapper(int index) |
FilterConstraint |
getFilterConstraint() |
public ConstraintEntry(FilterConstraint filterConstraint, ConstraintInfo constraintInfo)
public EventTypeWrapper getEventTypeWrapper(int index)
public int getEventTypeCount()
public int getConstraintId()
public ConstraintInfo getConstraintInfo()
public java.lang.String getConstraintExpression()
public FilterConstraint getFilterConstraint()
public void appendToBuffer(java.lang.StringBuffer buffer)