public enum OracleVersion extends Enum<OracleVersion> implements de.flapdoodle.os.Version
| Enum Constant and Description |
|---|
Oracle_6 |
Oracle_7 |
Oracle_8 |
Oracle_9 |
| Modifier and Type | Method and Description |
|---|---|
List<de.flapdoodle.os.common.Peculiarity> |
pecularities() |
static OracleVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleVersion Oracle_6
public static final OracleVersion Oracle_7
public static final OracleVersion Oracle_8
public static final OracleVersion Oracle_9
public static OracleVersion[] values()
for (OracleVersion c : OracleVersion.values()) System.out.println(c);
public static OracleVersion 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 List<de.flapdoodle.os.common.Peculiarity> pecularities()
pecularities in interface de.flapdoodle.os.common.HasPecularitiesCopyright © 2024. All rights reserved.