Class AttributeEnumTypeImpl

java.lang.Object
com.commercetools.api.models.product_type.AttributeEnumTypeImpl
All Implemented Interfaces:
AttributeEnumType, AttributeType, io.vrap.rmf.base.client.ModelBase

public class AttributeEnumTypeImpl extends Object implements AttributeEnumType, io.vrap.rmf.base.client.ModelBase

Attribute type for plain enum values. Useful for predefined language-agnostic values selectable in drop downs when only one value should be selected. Use AttributeSetType of AttributeEnumType instead if multiple values can be selected from the list.