Enum Class CMSSiteModelMother.TemplateSite

java.lang.Object
java.lang.Enum<CMSSiteModelMother.TemplateSite>
de.hybris.platform.cmsfacades.util.models.CMSSiteModelMother.TemplateSite
All Implemented Interfaces:
Serializable, Comparable<CMSSiteModelMother.TemplateSite>, Constable
Enclosing class:
CMSSiteModelMother

public static enum CMSSiteModelMother.TemplateSite extends Enum<CMSSiteModelMother.TemplateSite>
  • Enum Constant Details

  • Method Details

    • values

      public static CMSSiteModelMother.TemplateSite[] 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

      public static CMSSiteModelMother.TemplateSite valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getUid

      public String getUid()
    • getNames

      public Map<String,String> getNames()
    • getName

      public String getName(Locale locale)
    • getFirstInstanceOfName

      public String getFirstInstanceOfName()
    • getBaseUrl

      public String getBaseUrl()
    • getThumbnailUri

      public String getThumbnailUri()
    • buildName

      public static Map<String,String> buildName(Locale locale, String value)