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