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

Packages that use AttributeUsage
com.elasticpath.domain.attribute   
com.elasticpath.domain.attribute.impl   
 

Uses of AttributeUsage in com.elasticpath.domain.attribute
 

Methods in com.elasticpath.domain.attribute that return AttributeUsage
 AttributeUsage Attribute.getAttributeUsage()
          Return the AttributeUsage of this attribute.
 

Methods in com.elasticpath.domain.attribute with parameters of type AttributeUsage
 void Attribute.setAttributeUsage(AttributeUsage attributeUsage)
          Set the AttributeUsage of this attribute.
 

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

Classes in com.elasticpath.domain.attribute.impl that implement AttributeUsage
 class AttributeUsageImpl
          A default implementation of a specification of AttributeUsage.
 

Methods in com.elasticpath.domain.attribute.impl that return AttributeUsage
 AttributeUsage AttributeImpl.getAttributeUsage()
          Return the AttributeUsage of this attribute.
 

Methods in com.elasticpath.domain.attribute.impl with parameters of type AttributeUsage
 void AttributeImpl.setAttributeUsage(AttributeUsage attributeUsage)
          Set the AttributeUsage of this attribute.