org.apache.openjpa.kernel.exps
Class WhenCondition
java.lang.Object
org.apache.openjpa.kernel.exps.Exp
org.apache.openjpa.kernel.exps.WhenCondition
- All Implemented Interfaces:
- Serializable, Expression
public class WhenCondition
- extends Exp
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhenCondition
WhenCondition(Exp exp,
Val val)
- Constructor.
getExp
public Exp getExp()
getVal
public Val getVal()
acceptVisit
public void acceptVisit(ExpressionVisitor visitor)
- Description copied from interface:
Expression
- Accept a visit from a tree visitor.
- Specified by:
acceptVisit
in interface Expression
- Overrides:
acceptVisit
in class Exp
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.