public static enum I_CmsGalleryProviderConstants.SortParams extends java.lang.Enum<I_CmsGalleryProviderConstants.SortParams> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
dateLastModified_asc
Date last modified ascending.
|
dateLastModified_desc
Date last modified descending.
|
path_asc
Resource path ascending sorting.
|
path_desc
Resource path descending sorting.
|
title_asc
Title ascending sorting.
|
title_desc
Title descending sorting.
|
tree
Tree.
|
type_asc
Resource type ascending sorting.
|
type_desc
Resource type descending sorting.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsGalleryProviderConstants.SortParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.SortParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsGalleryProviderConstants.SortParams dateLastModified_asc
public static final I_CmsGalleryProviderConstants.SortParams dateLastModified_desc
public static final I_CmsGalleryProviderConstants.SortParams path_asc
public static final I_CmsGalleryProviderConstants.SortParams path_desc
public static final I_CmsGalleryProviderConstants.SortParams title_asc
public static final I_CmsGalleryProviderConstants.SortParams title_desc
public static final I_CmsGalleryProviderConstants.SortParams tree
public static final I_CmsGalleryProviderConstants.SortParams type_asc
public static final I_CmsGalleryProviderConstants.SortParams type_desc
public static I_CmsGalleryProviderConstants.SortParams[] values()
for (I_CmsGalleryProviderConstants.SortParams c : I_CmsGalleryProviderConstants.SortParams.values()) System.out.println(c);
public static I_CmsGalleryProviderConstants.SortParams 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