MCriteria.And, MCriteria.Between, MCriteria.ILike, MCriteria.Like, MCriteria.Not, MCriteria.Or, MCriteria.Simple, MCriteria.SimpleOp| Constructor and Description |
|---|
Simple(MAttribute attr,
MCriteria.SimpleOp op,
ModelElement<?> rhs)
Instantiates a new simple criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Criteria |
asEhcacheObject(ClassLoader loader) |
boolean |
equals(Object obj) |
MAttribute |
getAttribute()
Gets the attribute.
|
MCriteria.SimpleOp |
getOp()
Gets the op.
|
ModelElement<?> |
getRhs()
Gets the rhs.
|
int |
hashCode() |
String |
toString() |
public Simple(MAttribute attr, MCriteria.SimpleOp op, ModelElement<?> rhs)
attr - the attrop - the oprhs - the rhspublic MAttribute getAttribute()
public MCriteria.SimpleOp getOp()
public ModelElement<?> getRhs()
public Criteria asEhcacheObject(ClassLoader loader)
asEhcacheObject in interface ModelElement<Criteria>Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.