public static enum DpdConfig.DpdMode extends Enum<DpdConfig.DpdMode> implements BmcEnum
This option defines whether DPD can be initiated from the Oracle side of the connection.
Enum Constant and Description |
---|
InitiateAndRespond |
RespondOnly |
Modifier and Type | Method and Description |
---|---|
static DpdConfig.DpdMode |
create(String key) |
String |
getValue() |
static DpdConfig.DpdMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DpdConfig.DpdMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DpdConfig.DpdMode InitiateAndRespond
public static final DpdConfig.DpdMode RespondOnly
public static DpdConfig.DpdMode[] values()
for (DpdConfig.DpdMode c : DpdConfig.DpdMode.values()) System.out.println(c);
public static DpdConfig.DpdMode 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 DpdConfig.DpdMode create(String key)
Copyright © 2016–2024. All rights reserved.