Enum DefaultAttributeChoiceType

java.lang.Object
java.lang.Enum<DefaultAttributeChoiceType>
com.broadleafcommerce.catalog.domain.product.option.type.DefaultAttributeChoiceType
All Implemented Interfaces:
Serializable, Comparable<DefaultAttributeChoiceType>

public enum DefaultAttributeChoiceType extends Enum<DefaultAttributeChoiceType>

A DefaultAttributeChoiceType defines what kind of information or allowed values a ProductOption represents. This can be a specific kind of data: Integer, decimal, text, color. Or it can be something more complex pertaining to how the information is displayed or selected: Text area, input, select.

This class defines several types supported by default.

Author:
Nathan Moore (nathanmoore)., Phillip Verheyden (phillipuniverse)