public static enum I_CmsGalleryProviderConstants.ImageParams extends java.lang.Enum<I_CmsGalleryProviderConstants.ImageParams> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
dateLastModified
The last modified date.
|
file_name
The image file name.
|
file_size
The file size.
|
file_type
Image type.
|
height
The image height.
|
path
The image path.
|
title
Property title.
|
width
The image width.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsGalleryProviderConstants.ImageParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.ImageParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsGalleryProviderConstants.ImageParams dateLastModified
public static final I_CmsGalleryProviderConstants.ImageParams file_name
public static final I_CmsGalleryProviderConstants.ImageParams file_size
public static final I_CmsGalleryProviderConstants.ImageParams file_type
public static final I_CmsGalleryProviderConstants.ImageParams height
public static final I_CmsGalleryProviderConstants.ImageParams path
public static final I_CmsGalleryProviderConstants.ImageParams title
public static final I_CmsGalleryProviderConstants.ImageParams width
public static I_CmsGalleryProviderConstants.ImageParams[] values()
for (I_CmsGalleryProviderConstants.ImageParams c : I_CmsGalleryProviderConstants.ImageParams.values()) System.out.println(c);
public static I_CmsGalleryProviderConstants.ImageParams 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 null