org.broadleafcommerce.common
Interface BroadleafEnumerationType

All Known Implementing Classes:
ContainerShapeType, ContainerSizeType, CreditCardType, DayOfMonthType, DayOfWeekType, DimensionUnitOfMeasureType, EmailPropertyType, HourOfDayType, MinuteType, ModuleConfigurationType, MonthType, SandBoxType, ServiceStatusType, SiteResolutionType, TranslatedEntity, WeightUnitOfMeasureType

public interface BroadleafEnumerationType

In order for the Broadleaf Administration to display enumerated values with meaningful labels, enumerations should implement this interface.

Author:
jfischer

Method Summary
 String getFriendlyType()
           
 String getType()
           
 

Method Detail

getType

String getType()

getFriendlyType

String getFriendlyType()


Copyright © 2013. All Rights Reserved.