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