Enum Class BroadleafModuleRegistration.BroadleafModuleEnum
java.lang.Object
java.lang.Enum<BroadleafModuleRegistration.BroadleafModuleEnum>
org.broadleafcommerce.common.module.BroadleafModuleRegistration.BroadleafModuleEnum
- All Implemented Interfaces:
Serializable
,Comparable<BroadleafModuleRegistration.BroadleafModuleEnum>
,Constable
- Enclosing interface:
- BroadleafModuleRegistration
public static enum BroadleafModuleRegistration.BroadleafModuleEnum
extends Enum<BroadleafModuleRegistration.BroadleafModuleEnum>
List of modules that are known to have declared a
BroadleafModuleRegistration
in their spring.factories
.
Note that any changes here should also be done in the respective module
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdded in order to provide an optional default value toConditionalOnBroadleafModule
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equalsModuleName
(String name) getName()
toString()
Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCOUNT
-
ADMIN
-
ADVANCED_CMS
-
ADVANCED_INVENTORY
-
ADVANCED_OFFER
-
AFFILIATE
-
AMAZONS3
-
AVALARA
-
CART_RULES
-
CATALOG_ACCESS_POLICY
-
CUSTOMER_SEGMENT
-
CUSTOM_FIELD
-
GIFT_CARD_AND_CUSTOMER_CREDIT
-
ENTERPRISE
-
ENTERPRISE_SEARCH
-
EXPORT
-
FREE_GEO_IP
-
I18N_ENTERPRISE
-
IMPORT
-
JOBS_AND_EVENTS
-
MARKETPLACE
-
MAX_MIND_GEO
-
MENU
-
MERCHANDISING_GROUP
-
MULTI_TENANT_SINGLE_SCHEMA
-
OMS
-
PAYPAL
-
PRICE_LIST
-
PROCESS
-
PRODUCT_TYPE
-
PUNCHOUT2GO
-
QUOTE
-
REST_API
-
SUBSCRIPTION
-
TAXCLOUD
-
THEME
-
THYMELEAF2
-
THYMELEAF3
-
IGNORED
Added in order to provide an optional default value toConditionalOnBroadleafModule
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
equalsModuleName
-
getName
-
toString
- Overrides:
toString
in classEnum<BroadleafModuleRegistration.BroadleafModuleEnum>
-