public enum MarketplaceSubmodule extends java.lang.Enum<MarketplaceSubmodule> implements Submodule
ADVERTISEMENTS module| Enum Constant and Description |
|---|
ADVERTISEMENTS |
CATEGORIES |
FIELDS |
INTERESTS |
WEBSHOP_DELIVERY_METHODS |
WEBSHOP_ORDERS |
WEBSHOP_SETTINGS |
| Modifier and Type | Method and Description |
|---|---|
Module |
module()
Returns the module for this submodule
|
java.lang.String |
prefix()
Returns the prefix used by this class
|
static MarketplaceSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarketplaceSubmodule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final MarketplaceSubmodule FIELDS
public static final MarketplaceSubmodule ADVERTISEMENTS
public static final MarketplaceSubmodule CATEGORIES
public static final MarketplaceSubmodule INTERESTS
public static final MarketplaceSubmodule WEBSHOP_DELIVERY_METHODS
public static final MarketplaceSubmodule WEBSHOP_ORDERS
public static final MarketplaceSubmodule WEBSHOP_SETTINGS
public static MarketplaceSubmodule[] values()
for (MarketplaceSubmodule c : MarketplaceSubmodule.values()) System.out.println(c);
public static MarketplaceSubmodule valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Module module()
Submodulepublic java.lang.String prefix()
PrefixedEnumprefix in interface PrefixedEnum