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