org.terracotta.toolkit.search.expression
Class Equals

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

public class Equals
extends BaseClause

A simple clause that represents equality of attribute of given name to specified value


Field Summary
 
Fields inherited from class org.terracotta.toolkit.search.expression.BaseClause
SEP
 
Constructor Summary
Equals(String attributeName, Object value)
           
 
Method Summary
 String getAttributeName()
           
 Object getValue()
           
 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

Equals

public Equals(String attributeName,
              Object value)
Method Detail

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

getAttributeName

public String getAttributeName()


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