com.spoledge.audao.parser.gql.impl.soft
Class SoftCondIn

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.SoftCondIn
All Implemented Interfaces:
SoftCondition

public class SoftCondIn
extends java.lang.Object
implements SoftCondition


Constructor Summary
SoftCondIn(SoftColumnExpr exprLeft, java.lang.Iterable iterableRight)
           
SoftCondIn(SoftColumnExpr exprLeft, java.lang.Object objRight)
           
SoftCondIn(SoftColumnExpr exprLeft, SoftColumnExpr exprRight)
           
 
Method Summary
 boolean getConditionValue(java.lang.Object[] args, Entity ent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftCondIn

public SoftCondIn(SoftColumnExpr exprLeft,
                  java.lang.Object objRight)

SoftCondIn

public SoftCondIn(SoftColumnExpr exprLeft,
                  java.lang.Iterable iterableRight)

SoftCondIn

public SoftCondIn(SoftColumnExpr exprLeft,
                  SoftColumnExpr exprRight)
Method Detail

getConditionValue

public boolean getConditionValue(java.lang.Object[] args,
                                 Entity ent)
Specified by:
getConditionValue in interface SoftCondition


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.