org.apache.ws.jaxme.sqls.impl
public class CaseImpl extends Object implements Case
| Nested Class Summary | |
|---|---|
| static class | CaseImpl.WhenImpl Implementation of a
When clause. |
| Constructor Summary | |
|---|---|
| protected | CaseImpl(Column.Type pType) Creates a new instance with the given type. |
| Method Summary | |
|---|---|
| void | addWhen(Object pCondition, Object pValue) |
| void | addWhen(When pWhen) |
| Object | getCheckedValue() |
| Object | getElseValue() |
| Column.Type | getType() |
| When[] | getWhens() |
| void | setCheckedValue(Object pValue) |
| void | setElseValue(Object pValue) |