private static enum PostgresConnectorTask.State extends Enum<PostgresConnectorTask.State>
| Modifier and Type | Method and Description |
|---|---|
static PostgresConnectorTask.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnectorTask.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostgresConnectorTask.State RUNNING
public static final PostgresConnectorTask.State STOPPED
public static PostgresConnectorTask.State[] values()
for (PostgresConnectorTask.State c : PostgresConnectorTask.State.values()) System.out.println(c);
public static PostgresConnectorTask.State 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 JBoss by Red Hat. All rights reserved.