public static enum EnableDatabaseManagementDetails.Role extends Enum<EnableDatabaseManagementDetails.Role> implements BmcEnum
The role of the user that will be connecting to the database.
Modifier and Type | Method and Description |
---|---|
static EnableDatabaseManagementDetails.Role |
create(String key) |
String |
getValue() |
static EnableDatabaseManagementDetails.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableDatabaseManagementDetails.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnableDatabaseManagementDetails.Role Sysdba
public static final EnableDatabaseManagementDetails.Role Normal
public static final EnableDatabaseManagementDetails.Role Sysdg
public static EnableDatabaseManagementDetails.Role[] values()
for (EnableDatabaseManagementDetails.Role c : EnableDatabaseManagementDetails.Role.values()) System.out.println(c);
public static EnableDatabaseManagementDetails.Role 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 nullpublic static EnableDatabaseManagementDetails.Role create(String key)
Copyright © 2016–2024. All rights reserved.