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