Enum ContentCatalogModelMother.CatalogTemplate
- java.lang.Object
-
- java.lang.Enum<ContentCatalogModelMother.CatalogTemplate>
-
- de.hybris.platform.cmsfacades.util.models.ContentCatalogModelMother.CatalogTemplate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ContentCatalogModelMother.CatalogTemplate>
- Enclosing class:
- ContentCatalogModelMother
public static enum ContentCatalogModelMother.CatalogTemplate extends java.lang.Enum<ContentCatalogModelMother.CatalogTemplate>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>buildName(java.util.Locale loc, java.lang.String name)java.lang.StringgetFirstInstanceOfHumanName()java.util.Map<java.lang.String,java.lang.String>getHumanName()static ContentCatalogModelMother.CatalogTemplatevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentCatalogModelMother.CatalogTemplate[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ID_APPLE
public static final ContentCatalogModelMother.CatalogTemplate ID_APPLE
-
ID_ONLINE
public static final ContentCatalogModelMother.CatalogTemplate ID_ONLINE
-
ID_STAGED
public static final ContentCatalogModelMother.CatalogTemplate ID_STAGED
-
ID_READONLY
public static final ContentCatalogModelMother.CatalogTemplate ID_READONLY
-
ID_PHONES
public static final ContentCatalogModelMother.CatalogTemplate ID_PHONES
-
ID_PHONE_ONLINE
public static final ContentCatalogModelMother.CatalogTemplate ID_PHONE_ONLINE
-
ID_PHONE_STAGED_1
public static final ContentCatalogModelMother.CatalogTemplate ID_PHONE_STAGED_1
-
ID_PHONE_STAGED_2
public static final ContentCatalogModelMother.CatalogTemplate ID_PHONE_STAGED_2
-
ID_LAPTOPS
public static final ContentCatalogModelMother.CatalogTemplate ID_LAPTOPS
-
ID_LAPTOP_ONLINE
public static final ContentCatalogModelMother.CatalogTemplate ID_LAPTOP_ONLINE
-
ID_LAPTOP_STAGED_1
public static final ContentCatalogModelMother.CatalogTemplate ID_LAPTOP_STAGED_1
-
ID_LAPTOP_STAGED_2
public static final ContentCatalogModelMother.CatalogTemplate ID_LAPTOP_STAGED_2
-
MULTI_COUNTRY_ID_CARS
public static final ContentCatalogModelMother.CatalogTemplate MULTI_COUNTRY_ID_CARS
-
MULTI_COUNTRY_ID_EUROPE_CARS
public static final ContentCatalogModelMother.CatalogTemplate MULTI_COUNTRY_ID_EUROPE_CARS
-
MULTI_COUNTRY_ID_DE_CARS
public static final ContentCatalogModelMother.CatalogTemplate MULTI_COUNTRY_ID_DE_CARS
-
MULTI_COUNTRY_ID_UK_CARS
public static final ContentCatalogModelMother.CatalogTemplate MULTI_COUNTRY_ID_UK_CARS
-
-
Method Detail
-
values
public static ContentCatalogModelMother.CatalogTemplate[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ContentCatalogModelMother.CatalogTemplate c : ContentCatalogModelMother.CatalogTemplate.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ContentCatalogModelMother.CatalogTemplate valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getHumanName
public java.util.Map<java.lang.String,java.lang.String> getHumanName()
-
getFirstInstanceOfHumanName
public java.lang.String getFirstInstanceOfHumanName()
-
buildName
public static java.util.Map<java.lang.String,java.lang.String> buildName(java.util.Locale loc, java.lang.String name)
-
-