MCriteria.And, MCriteria.Between, MCriteria.ILike, MCriteria.Like, MCriteria.Not, MCriteria.Or, MCriteria.Simple, MCriteria.SimpleOp| Constructor and Description |
|---|
Between(MAttribute attr,
ModelElement<?> min,
boolean includeMin,
ModelElement<?> max,
boolean includeMax)
Instantiates a new between model criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Criteria |
asEhcacheObject(ClassLoader loader) |
boolean |
equals(Object obj) |
MAttribute |
getAttribute()
Gets the attribute.
|
ModelElement<?> |
getMax()
Gets the max.
|
ModelElement<?> |
getMin()
Gets the min.
|
int |
hashCode() |
boolean |
isIncludeMax()
Checks if is include max.
|
boolean |
isIncludeMin()
Checks if is include min.
|
String |
toString() |
public Between(MAttribute attr, ModelElement<?> min, boolean includeMin, ModelElement<?> max, boolean includeMax)
attr - the attrmin - the minincludeMin - the include minmax - the maxincludeMax - the include maxpublic MAttribute getAttribute()
public ModelElement<?> getMin()
public boolean isIncludeMin()
public ModelElement<?> getMax()
public boolean isIncludeMax()
public Criteria asEhcacheObject(ClassLoader loader)
asEhcacheObject in interface ModelElement<Criteria>Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.