org.apache.ws.jaxme.sqls.impl

Class CaseImpl.WhenImpl

Enclosing Class:
CaseImpl
Implemented Interfaces:
When

public static class CaseImpl.WhenImpl
extends java.lang.Object
implements When

Implementation of a Case.When clause.

Constructor Summary

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

Method Summary

Object
getCondition()
Object
getValue()

Constructor Details

WhenImpl

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

Method Details

getCondition

public Object getCondition()

getValue

public Object getValue()