public static enum ResourcesListViewPanel.ResourcesSortInfo extends Enum<ResourcesListViewPanel.ResourcesSortInfo>
| Enum Constant and Description |
|---|
CreationDate |
Name |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
asI18NList() |
static List<ResourcesListViewPanel.ResourcesSortInfo> |
asList() |
String |
getId() |
String |
getIdI18N() |
String |
toString() |
static ResourcesListViewPanel.ResourcesSortInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcesListViewPanel.ResourcesSortInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcesListViewPanel.ResourcesSortInfo Name
public static final ResourcesListViewPanel.ResourcesSortInfo CreationDate
public static ResourcesListViewPanel.ResourcesSortInfo[] values()
for (ResourcesListViewPanel.ResourcesSortInfo c : ResourcesListViewPanel.ResourcesSortInfo.values()) System.out.println(c);
public static ResourcesListViewPanel.ResourcesSortInfo valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getId()
public String toString()
toString in class Enum<ResourcesListViewPanel.ResourcesSortInfo>public String getIdI18N()
public static List<ResourcesListViewPanel.ResourcesSortInfo> asList()
Copyright © 2019. All Rights Reserved.