com.elasticpath.domain.catalogview
Interface AttributeValueFilter

All Superinterfaces:
AttributeFilter, java.lang.Comparable, EpDomain, Filter, java.io.Serializable, Transient
All Known Implementing Classes:
AttributeValueFilterImpl

public interface AttributeValueFilter
extends AttributeFilter

The AttributeFilter represents the filter on a specified attribute.


Field Summary
static int VALUE_TOKENS
          Value Token counts.
 
Fields inherited from interface com.elasticpath.domain.catalogview.Filter
ERROR_MSG, SEPARATOR, SEPARATOR_IN_REGEX
 
Method Summary
 java.lang.Object getAttributeValue()
           
 void setAttributeValue(java.lang.Object attributeValue)
           
 
Methods inherited from interface com.elasticpath.domain.catalogview.AttributeFilter
getAttribute, getAttributeKey, setAttributeKey
 
Methods inherited from interface com.elasticpath.domain.catalogview.Filter
filter, getDisplayName, getId, getSeoId, getSeoName, initialize, isLocalized, match, setId, setLocalized
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

VALUE_TOKENS

static final int VALUE_TOKENS
Value Token counts.

See Also:
Constant Field Values
Method Detail

getAttributeValue

java.lang.Object getAttributeValue()
Returns:
the attributeValue

setAttributeValue

void setAttributeValue(java.lang.Object attributeValue)
Parameters:
attributeValue - the attributeValue to set