| Modifier and Type | Method and Description |
|---|---|
MCriteria.SimpleOp |
MCriteria.Simple.getOp()
Gets the op.
|
MCriteria.SimpleOp |
EhcacheSearchParser.SimpleCriteriaOp()
A 'simple' criteria operation, like equals, not equals, less than, etc.
|
static MCriteria.SimpleOp |
MCriteria.SimpleOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MCriteria.SimpleOp[] |
MCriteria.SimpleOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Simple(MAttribute attr,
MCriteria.SimpleOp op,
ModelElement<?> rhs)
Instantiates a new simple criteria.
|
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.