org.terracotta.toolkit.search.expression
Class OneOf
java.lang.Object
org.terracotta.toolkit.search.expression.BaseClause
org.terracotta.toolkit.search.expression.OneOf
- All Implemented Interfaces:
- Clause
public class OneOf
- extends BaseClause
Clause for constraining an attribute to choice of discrete values
Fields inherited from class org.terracotta.toolkit.search.expression.BaseClause |
SEP |
Methods inherited from class org.terracotta.toolkit.search.expression.BaseClause |
and, not, or |
OneOf
public OneOf(String attributeName,
Collection<?> values)
getAttributeName
public String getAttributeName()
values
public Collection<?> values()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.