org.apache.ws.jaxme.sqls.impl

Class CaseImpl.WhenImpl

public static class CaseImpl.WhenImpl extends Object implements When

Implementation of a When clause.
Constructor Summary
WhenImpl(Object pCondition, Object pValue)
Creates a new instance with the given condition and value.
Method Summary
ObjectgetCondition()
ObjectgetValue()

Constructor Detail

WhenImpl

public WhenImpl(Object pCondition, Object pValue)
Creates a new instance with the given condition and value.

Method Detail

getCondition

public Object getCondition()

getValue

public Object getValue()