|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.Filter
com.mirth.match.ejb.inex.ExpressionBuilderFilter
public abstract class ExpressionBuilderFilter
Java class for expressionBuilderFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="expressionBuilderFilter">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}filter">
<sequence>
<element name="expressions" type="{http://inex.ejb.match.mirth.com/}expression" maxOccurs="unbounded" minOccurs="0"/>
<element name="orderBy" type="{http://inex.ejb.match.mirth.com/}expression" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Expression> |
expressions
|
protected java.util.List<Expression> |
orderBy
|
| Fields inherited from class com.mirth.match.ejb.inex.Filter |
|---|
ascending, blank, empty, filterSet, numRows, offset, primaryKeyName, resultRows, sortColumn, unlimited |
| Constructor Summary | |
|---|---|
ExpressionBuilderFilter()
|
|
| Method Summary | |
|---|---|
java.util.List<Expression> |
getExpressions()
Gets the value of the expressions property. |
java.util.List<Expression> |
getOrderBy()
Gets the value of the orderBy property. |
| Methods inherited from class com.mirth.match.ejb.inex.Filter |
|---|
getNumRows, getOffset, getPrimaryKeyName, getResultRows, getSortColumn, isAscending, isBlank, isEmpty, isFilterSet, isUnlimited, setAscending, setBlank, setEmpty, setFilterSet, setNumRows, setOffset, setPrimaryKeyName, setResultRows, setSortColumn, setUnlimited |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Expression> expressions
protected java.util.List<Expression> orderBy
| Constructor Detail |
|---|
public ExpressionBuilderFilter()
| Method Detail |
|---|
public java.util.List<Expression> getExpressions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the expressions property.
For example, to add a new item, do as follows:
getExpressions().add(newItem);
Objects of the following type(s) are allowed in the list
Expression
public java.util.List<Expression> getOrderBy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the orderBy property.
For example, to add a new item, do as follows:
getOrderBy().add(newItem);
Objects of the following type(s) are allowed in the list
Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||