public interface EventCriteriaMBean
Modifier and Type | Method and Description |
---|---|
void |
addEquals()
Add a new element named equals
|
void |
addNotEquals()
Add a new element named notEquals
|
java.util.List<EqualsMBean> |
getEqualsMBean()
Return the list of the Equals element
|
java.util.List<NotEqualsMBean> |
getNotEqualsMBean()
Return the list of the NotEquals element
|
void |
removeEquals(int index)
Remove an element named equals by the index
|
void |
removeNotEquals(int index)
Remove an element named notEquals by the index
|
void addEquals()
void removeEquals(int index)
void addNotEquals()
void removeNotEquals(int index)
java.util.List<EqualsMBean> getEqualsMBean()
java.util.List<NotEqualsMBean> getNotEqualsMBean()