public static enum I_CmsGalleryProviderConstants.ImageParams extends java.lang.Enum<I_CmsGalleryProviderConstants.ImageParams> implements com.google.gwt.user.client.rpc.IsSerializable
枚举常量和说明 |
---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
static I_CmsGalleryProviderConstants.ImageParams |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static I_CmsGalleryProviderConstants.ImageParams[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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
- 要返回的枚举常量的名称。如果该枚举类型没有带有指定名称的常量,
- 则抛出 IllegalArgumentException如果参数为空值,
- 则抛出 NullPointerException