|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeType | |
---|---|
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. |
Uses of AttributeType in net.sf.ehcache.search.attribute |
---|
Methods in net.sf.ehcache.search.attribute that return AttributeType | |
---|---|
static AttributeType |
AttributeType.typeFor(Class<?> c)
Get the appropriate @{link AttributeType enum for the given Java Class |
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. |
Uses of AttributeType in net.sf.ehcache.search.expression |
---|
Methods in net.sf.ehcache.search.expression that return AttributeType | |
---|---|
AttributeType |
EqualTo.getType()
Get attribute type. |
AttributeType |
ComparableValue.getType()
Attribute type. |
Constructors in net.sf.ehcache.search.expression with parameters of type AttributeType | |
---|---|
ComparableValue(String attributeName,
AttributeType type)
Constructor |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |