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