public static enum CMSSiteModelMother.TemplateSite extends java.lang.Enum<CMSSiteModelMother.TemplateSite>
| Enum Constant and Description |
|---|
APPAREL |
ELECTRONICS |
POWER_TOOLS |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
buildName(java.util.Locale locale,
java.lang.String value) |
java.lang.String |
getBaseUrl() |
java.lang.String |
getFirstInstanceOfName() |
java.lang.String |
getName(java.util.Locale locale) |
java.util.Map<java.lang.String,java.lang.String> |
getNames() |
java.lang.String |
getThumbnailUri() |
java.lang.String |
getUid() |
static CMSSiteModelMother.TemplateSite |
valueOf(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.
|
public static final CMSSiteModelMother.TemplateSite APPAREL
public static final CMSSiteModelMother.TemplateSite POWER_TOOLS
public static final CMSSiteModelMother.TemplateSite ELECTRONICS
public static CMSSiteModelMother.TemplateSite[] values()
for (CMSSiteModelMother.TemplateSite c : CMSSiteModelMother.TemplateSite.values()) System.out.println(c);
public static CMSSiteModelMother.TemplateSite 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 java.lang.String getUid()
public java.util.Map<java.lang.String,java.lang.String> getNames()
public java.lang.String getName(java.util.Locale locale)
public java.lang.String getFirstInstanceOfName()
public java.lang.String getBaseUrl()
public java.lang.String getThumbnailUri()
public static java.util.Map<java.lang.String,java.lang.String> buildName(java.util.Locale locale,
java.lang.String value)
Copyright © 2018 SAP SE. All Rights Reserved.