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