org.broadleafcommerce.common
Interface BroadleafEnumerationType
- All Known Implementing Classes:
- ContainerShapeType, ContainerSizeType, CreditCardType, DayOfMonthType, DayOfWeekType, DimensionUnitOfMeasureType, EmailPropertyType, HourOfDayType, MinuteType, MonthType, ServiceStatusType, WeightUnitOfMeasureType
public interface BroadleafEnumerationType
In order for the Broadleaf Administration to display enumerated values with meaningful labels,
enumerations should implement this interface.
- Author:
- jfischer
getType
java.lang.String getType()
getFriendlyType
java.lang.String getFriendlyType()
Copyright © 2012. All Rights Reserved.