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