| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface of an arithmetic expression.
| Nested Class Summary | |
| static interface | Expression.TypeThe type of a boolean constraint. | 
| Field Summary | |
| static Expression.Type | DIFFERENCEAn expression: The difference of its two parts. | 
| static Expression.Type | PRODUCTAn expression: The product of its parts. | 
| static Expression.Type | QUOTIENTAn expression: The quotient of its two parts. | 
| static Expression.Type | SUMAn expression: The sum of its parts. | 
| Method Summary | |
|  Expression.Type | getType()Returns the expression type. | 
| Methods inherited from interface org.apache.ws.jaxme.sqls.Parts | 
| addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPlaceholder, addRawSQLPart, createDIFFERENCE, createPRODUCT, createQUOTIENT, createSUM, getMaximumParts, getMinimumParts, getNumParts, getParts | 
| Field Detail | 
public static final Expression.Type SUM
public static final Expression.Type PRODUCT
public static final Expression.Type DIFFERENCE
public static final Expression.Type QUOTIENT
| Method Detail | 
public Expression.Type getType()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||