org.apache.ws.jaxme.sqls
Interface Case.When

All Known Implementing Classes:
CaseImpl.WhenImpl
Enclosing interface:
Case

public static interface Case.When

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


Method Summary
 java.lang.Object getCondition()
          Returns the condition.
 java.lang.Object getValue()
          Returns the value.
 

Method Detail

getCondition

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


getValue

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