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