public enum DatasourceSortAttribute extends Enum<DatasourceSortAttribute>
Enum Constant and Description |
---|
name
Sort by name
|
Modifier and Type | Method and Description |
---|---|
static DatasourceSortAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasourceSortAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasourceSortAttribute name
public static DatasourceSortAttribute[] values()
for (DatasourceSortAttribute c : DatasourceSortAttribute.values()) System.out.println(c);
public static DatasourceSortAttribute 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 nullCopyright © 2024 Gentics Software. All rights reserved.