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