org.apache.ws.jaxme.sqls

Interface Case.When

public static interface Case.When

Interface of a single "when x then a" clause.

Method Summary

Object
getCondition()
Returns the condition.
Object
getValue()
Returns the value.

Method Details

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".