public static enum PostgresUserComponent.UpdateType extends Enum<PostgresUserComponent.UpdateType>
| Modifier and Type | Method and Description |
|---|---|
static PostgresUserComponent.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresUserComponent.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostgresUserComponent.UpdateType CREATE
public static final PostgresUserComponent.UpdateType ALTER
public static final PostgresUserComponent.UpdateType DROP
public static PostgresUserComponent.UpdateType[] values()
for (PostgresUserComponent.UpdateType c : PostgresUserComponent.UpdateType.values()) System.out.println(c);
public static PostgresUserComponent.UpdateType 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 © 2008-2013 Red Hat, Inc.. All Rights Reserved.