public static enum EnablePluggableDatabaseManagementDetails.Protocol extends Enum<EnablePluggableDatabaseManagementDetails.Protocol> implements BmcEnum
Protocol used by the database connection.
Modifier and Type | Method and Description |
---|---|
static EnablePluggableDatabaseManagementDetails.Protocol |
create(String key) |
String |
getValue() |
static EnablePluggableDatabaseManagementDetails.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnablePluggableDatabaseManagementDetails.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnablePluggableDatabaseManagementDetails.Protocol Tcp
public static final EnablePluggableDatabaseManagementDetails.Protocol Tcps
public static EnablePluggableDatabaseManagementDetails.Protocol[] values()
for (EnablePluggableDatabaseManagementDetails.Protocol c : EnablePluggableDatabaseManagementDetails.Protocol.values()) System.out.println(c);
public static EnablePluggableDatabaseManagementDetails.Protocol 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.Protocol create(String key)
Copyright © 2016–2024. All rights reserved.