Package org.opencms.ade.galleries.shared
Enum I_CmsGalleryProviderConstants.ImageParams
java.lang.Object
java.lang.Enum<I_CmsGalleryProviderConstants.ImageParams>
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.ImageParams
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,Serializable
,Comparable<I_CmsGalleryProviderConstants.ImageParams>
,java.lang.constant.Constable
- Enclosing interface:
- I_CmsGalleryProviderConstants
public static enum I_CmsGalleryProviderConstants.ImageParams
extends Enum<I_CmsGalleryProviderConstants.ImageParams>
implements com.google.gwt.user.client.rpc.IsSerializable
Image parameteres.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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 Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-