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