org.terracotta.toolkit.search.expression
Class Equals
java.lang.Object
org.terracotta.toolkit.search.expression.BaseClause
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
Fields inherited from class org.terracotta.toolkit.search.expression.BaseClause |
SEP |
Methods inherited from class org.terracotta.toolkit.search.expression.BaseClause |
and, not, or |
Equals
public Equals(String attributeName,
Object value)
getValue
public Object getValue()
toString
public String toString()
- Overrides:
toString
in class Object
getAttributeName
public String getAttributeName()
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.