public static enum FieldNameProvider.FieldType extends Enum<FieldNameProvider.FieldType>
| Modifier and Type | Method and Description |
|---|---|
static FieldNameProvider.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldNameProvider.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldNameProvider.FieldType INDEX
public static final FieldNameProvider.FieldType SORT
public static FieldNameProvider.FieldType[] values()
for (FieldNameProvider.FieldType c : FieldNameProvider.FieldType.values()) System.out.println(c);
public static FieldNameProvider.FieldType 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 © 2017 SAP SE. All Rights Reserved.