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