Enum CMSSiteModelMother.TemplateSite
- java.lang.Object
-
- java.lang.Enum<CMSSiteModelMother.TemplateSite>
-
- de.hybris.platform.cmsfacades.util.models.CMSSiteModelMother.TemplateSite
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<CMSSiteModelMother.TemplateSite>
- Enclosing class:
- CMSSiteModelMother
public static enum CMSSiteModelMother.TemplateSite extends java.lang.Enum<CMSSiteModelMother.TemplateSite>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPARELELECTRONICSPOWER_TOOLS
-
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 locale, java.lang.String value)java.lang.StringgetBaseUrl()java.lang.StringgetFirstInstanceOfName()java.lang.StringgetName(java.util.Locale locale)java.util.Map<java.lang.String,java.lang.String>getNames()java.lang.StringgetThumbnailUri()java.lang.StringgetUid()static CMSSiteModelMother.TemplateSitevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMSSiteModelMother.TemplateSite[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
APPAREL
public static final CMSSiteModelMother.TemplateSite APPAREL
-
POWER_TOOLS
public static final CMSSiteModelMother.TemplateSite POWER_TOOLS
-
ELECTRONICS
public static final CMSSiteModelMother.TemplateSite ELECTRONICS
-
-
Method Detail
-
values
public static CMSSiteModelMother.TemplateSite[] 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 (CMSSiteModelMother.TemplateSite c : CMSSiteModelMother.TemplateSite.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CMSSiteModelMother.TemplateSite 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
-
getUid
public java.lang.String getUid()
-
getNames
public java.util.Map<java.lang.String,java.lang.String> getNames()
-
getName
public java.lang.String getName(java.util.Locale locale)
-
getFirstInstanceOfName
public java.lang.String getFirstInstanceOfName()
-
getBaseUrl
public java.lang.String getBaseUrl()
-
getThumbnailUri
public java.lang.String getThumbnailUri()
-
buildName
public static java.util.Map<java.lang.String,java.lang.String> buildName(java.util.Locale locale, java.lang.String value)
-
-