Uses of Class
net.sf.ehcache.search.attribute.AttributeType
-
Packages that use AttributeType Package Description net.sf.ehcache.search.attribute This package contains classes for ehcache search attributesnet.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 Modifier and Type Method Description static AttributeTypeAttributeType. typeFor(java.lang.Class<?> c)Get the appropriate @{linkAttributeTypeenum for the given JavaClassstatic AttributeTypeAttributeType. typeFor(java.lang.String name, java.lang.Object value)Get the appropriate @{linkAttributeTypeenum for the given object value.static AttributeTypeAttributeType. valueOf(java.lang.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 Modifier and Type Method Description AttributeTypeComparableValue. getType()Attribute type.AttributeTypeEqualTo. getType()Get attribute type.Constructors in net.sf.ehcache.search.expression with parameters of type AttributeType Constructor Description ComparableValue(java.lang.String attributeName, AttributeType type)Constructor
-