org.apache.ws.jaxme.sqls

Interface Case.When

public static interface Case.When

Interface of a single "when x then a" clause.
Method Summary
ObjectgetCondition()
Returns the condition.
ObjectgetValue()
Returns the value.

Method Detail

getCondition

public Object getCondition()
Returns the condition. In a "when x then a" clause the condition is "x".

getValue

public Object getValue()
Returns the value. In a "when x then a" clause the condition is "a".