org.broadleafcommerce.common
Interface BroadleafEnumerationType

All Known Implementing Classes:
AvailabilityStatusType, ContainerShapeType, ContainerSizeType, CreditCardType, CustomerAddressType, DayOfMonthType, DayOfWeekType, DimensionUnitOfMeasureType, EmailPropertyType, FulfillmentGroupStatusType, FulfillmentGroupType, HourOfDayType, LocaleType, MinuteType, MonthType, OfferDeliveryType, OfferDiscountType, OfferItemRestrictionRuleType, OfferRuleType, OfferType, OrderItemType, OrderStatus, PaymentActionType, PaymentInfoType, PaymentLogEventType, ProductType, ServiceStatusType, ShippingServiceType, TransactionType, 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 © 2012. All Rights Reserved.