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

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.SoftColumn
      extended by com.spoledge.audao.parser.gql.impl.soft.SoftColumnExpr

public class SoftColumnExpr
extends SoftColumn


Constructor Summary
SoftColumnExpr(CommonTree tree)
          Special constructor for evaluating expressions only - used in soft conditions.
SoftColumnExpr(CommonTree tree, SoftColumn sc)
           
SoftColumnExpr(CommonTree tree, java.lang.String columnName, boolean isUnindexed, boolean isEmpty)
           
 
Method Summary
 java.lang.Object getValue(java.lang.Object[] args, Entity ent)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.SoftColumn
getColumnName, getSourceColumnName, getValue, getValueKey, isEmpty, isUnindexed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftColumnExpr

public SoftColumnExpr(CommonTree tree)
Special constructor for evaluating expressions only - used in soft conditions.


SoftColumnExpr

public SoftColumnExpr(CommonTree tree,
                      SoftColumn sc)

SoftColumnExpr

public SoftColumnExpr(CommonTree tree,
                      java.lang.String columnName,
                      boolean isUnindexed,
                      boolean isEmpty)
Method Detail

getValue

public java.lang.Object getValue(java.lang.Object[] args,
                                 Entity ent)
Overrides:
getValue in class SoftColumn


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