Uses of Interface
com.elasticpath.domain.attribute.AttributeValueWithType

Packages that use AttributeValueWithType
com.elasticpath.domain.attribute   
com.elasticpath.domain.attribute.impl   
com.elasticpath.domain.catalogview.impl   
 

Uses of AttributeValueWithType in com.elasticpath.domain.attribute
 

Methods in com.elasticpath.domain.attribute with parameters of type AttributeValueWithType
 java.lang.String AttributeType.getStringValue(AttributeValueWithType attributeValueImpl)
          Gets the string value of the given attribute value instance.
 java.lang.Object AttributeType.getValue(AttributeValueWithType attributeValueImpl)
          Gets the value object of the given attribute value instance.
 void AttributeType.setStringValue(AttributeValueWithType attributeValueImpl, java.lang.String stringValue)
          Sets the given attribute value with the given string value.
 void AttributeType.setValue(AttributeValueWithType attributeValueImpl, java.lang.Object value)
          Sets the given value object to the given attribute value instance.
 

Uses of AttributeValueWithType in com.elasticpath.domain.attribute.impl
 

Classes in com.elasticpath.domain.attribute.impl that implement AttributeValueWithType
 class AttributeValueImpl
          The default implementation of AttributeValue.
 

Methods in com.elasticpath.domain.attribute.impl with parameters of type AttributeValueWithType
abstract  java.lang.String AbstractAttributeTypeImpl.getStringValue(AttributeValueWithType attributeValueImpl)
          Get the string value of the given attribute value instance.
abstract  java.lang.Object AbstractAttributeTypeImpl.getValue(AttributeValueWithType attributeValueImpl)
          Get the value object of the given attribute value instance.
abstract  void AbstractAttributeTypeImpl.setStringValue(AttributeValueWithType attributeValueImpl, java.lang.String stringValue)
          Set the given attribute value with the given string value.
abstract  void AbstractAttributeTypeImpl.setValue(AttributeValueWithType attributeValueImpl, java.lang.Object value)
          Set the given value object to the given attribute value instance.
 

Uses of AttributeValueWithType in com.elasticpath.domain.catalogview.impl
 

Methods in com.elasticpath.domain.catalogview.impl with parameters of type AttributeValueWithType
 boolean AttributeValueFilterImpl.matchAttributeMultiValue(AttributeValueWithType attributeValue)
           
 boolean AttributeValueFilterImpl.matchAttributeValue(AttributeValueWithType attributeValue)