public enum FedoraVersion extends Enum<FedoraVersion> implements de.flapdoodle.os.Version
| Enum Constant and Description |
|---|
Fedora_38 |
Fedora_39 |
Fedora_40 |
Fedora_41 |
| Modifier and Type | Method and Description |
|---|---|
List<de.flapdoodle.os.common.Peculiarity> |
pecularities() |
static FedoraVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FedoraVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FedoraVersion Fedora_38
public static final FedoraVersion Fedora_39
public static final FedoraVersion Fedora_40
public static final FedoraVersion Fedora_41
public static FedoraVersion[] values()
for (FedoraVersion c : FedoraVersion.values()) System.out.println(c);
public static FedoraVersion 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.