public static enum MediaModelMother.MediaTemplate extends java.lang.Enum<MediaModelMother.MediaTemplate>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAltText() |
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getFilename() |
java.lang.String |
getMimetype() |
java.lang.String |
getUrl() |
static MediaModelMother.MediaTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaModelMother.MediaTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaModelMother.MediaTemplate LOGO
public static final MediaModelMother.MediaTemplate THUMBNAIL
public static MediaModelMother.MediaTemplate[] values()
for (MediaModelMother.MediaTemplate c : MediaModelMother.MediaTemplate.values()) System.out.println(c);
public static MediaModelMother.MediaTemplate 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 getCode()
public java.lang.String getFilename()
public java.lang.String getMimetype()
public java.lang.String getAltText()
public java.lang.String getDescription()
public java.lang.String getUrl()
Copyright © 2018 SAP SE. All Rights Reserved.