Package | Description |
---|---|
net.sf.ehcache.search.attribute |
This package contains classes for ehcache search attributes
|
net.sf.ehcache.search.expression |
This package contains classes for search expression types
(ie.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
AttributeType.typeFor(String name,
Object value)
Get the appropriate @{link
AttributeType enum for the given object value. |
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
ComparableValue.getType()
Attribute type.
|
AttributeType |
EqualTo.getType()
Get attribute type.
|
Constructor and Description |
---|
ComparableValue(String attributeName,
AttributeType type)
Constructor
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.