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

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

Uses of AttributeType in com.elasticpath.domain.attribute
 

Methods in com.elasticpath.domain.attribute that return AttributeType
 AttributeType AttributeValue.getAttributeType()
          Return the AttributeType of this attribute.
 AttributeType Attribute.getAttributeType()
          Return the AttributeType of this attribute.
 

Methods in com.elasticpath.domain.attribute with parameters of type AttributeType
 void AttributeValue.setAttributeType(AttributeType attributeType)
          Set the AttributeType of this attribute.
 void Attribute.setAttributeType(AttributeType attributeType)
          Set the AttributeType of this attribute.
 

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

Classes in com.elasticpath.domain.attribute.impl that implement AttributeType
 class AbstractAttributeTypeImpl
          This is a template implementation of AttributeType.
 

Fields in com.elasticpath.domain.attribute.impl declared as AttributeType
static AttributeType AbstractAttributeTypeImpl.BOOLEAN
          The attribute type of boolean : true or false.
static AttributeType AbstractAttributeTypeImpl.DATETIME
          The attribute type for a date & time.
static AttributeType AbstractAttributeTypeImpl.DECIMAL
          The attribute type of a decimal number.
static AttributeType AbstractAttributeTypeImpl.FILE
          The attribute type for uploading files to the server.
static AttributeType AbstractAttributeTypeImpl.IMAGE
          The attribute type for any images for display.
static AttributeType AbstractAttributeTypeImpl.INTEGER
          The attribute type of a non-decimal number.
static AttributeType AbstractAttributeTypeImpl.LONG_TEXT
          Text long attribute type contains 2000 characters or less.
static AttributeType AbstractAttributeTypeImpl.PICKLIST
          The attribute type of a list of user-defined values such as (Small, Medium, Large).
 

Methods in com.elasticpath.domain.attribute.impl that return AttributeType
 AttributeType AttributeValueImpl.getAttributeType()
          Return the AttributeType of this attribute.
 AttributeType AttributeImpl.getAttributeType()
          Return the AttributeType of this attribute.
static AttributeType[] AbstractAttributeTypeImpl.getAttributeTypes()
          Returns an array of all available AttributeTypes.
static AttributeType AbstractAttributeTypeImpl.getInstance(int attributeTypeId)
          Get the attribute type with the given attribute type id.
 

Methods in com.elasticpath.domain.attribute.impl with parameters of type AttributeType
 void AttributeValueImpl.setAttributeType(AttributeType attributeType)
          Set the AttributeType of this attribute.
 void AttributeImpl.setAttributeType(AttributeType attributeType)
          Set the AttributeType of this attribute.