public enum DebianVersion extends Enum<DebianVersion> implements Version
| Modifier and Type | Method and Description |
|---|---|
List<Peculiarity> |
pecularities() |
static DebianVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebianVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfasList, emptypublic static final DebianVersion DEBIAN_11
public static final DebianVersion DEBIAN_10
public static final DebianVersion DEBIAN_9
public static DebianVersion[] values()
for (DebianVersion c : DebianVersion.values()) System.out.println(c);
public static DebianVersion 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<Peculiarity> pecularities()
pecularities in interface HasPecularitiesCopyright © 2022. All rights reserved.