|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<I_CmsGalleryProviderConstants.ImageParams>
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.ImageParams
public static enum I_CmsGalleryProviderConstants.ImageParams
Image parameteres.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||