org.terracotta.toolkit.search.expression
Class Exists

java.lang.Object
  extended by org.terracotta.toolkit.search.expression.BaseClause
      extended by org.terracotta.toolkit.search.expression.Exists
All Implemented Interfaces:
Clause

public class Exists
extends BaseClause


Field Summary
 
Fields inherited from class org.terracotta.toolkit.search.expression.BaseClause
SEP
 
Constructor Summary
Exists(String attrName)
           
 
Method Summary
 String getAttributeName()
           
 String toString()
           
 
Methods inherited from class org.terracotta.toolkit.search.expression.BaseClause
and, not, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exists

public Exists(String attrName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAttributeName

public String getAttributeName()


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.