public enum VersionUpdateNumber extends Enum<VersionUpdateNumber>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static VersionUpdateNumber |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionUpdateNumber[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionUpdateNumber MAJOR
public static final VersionUpdateNumber MINOR
public static final VersionUpdateNumber MICRO
public static final VersionUpdateNumber UNKNOWN
public static VersionUpdateNumber[] values()
for (VersionUpdateNumber c : VersionUpdateNumber.values()) System.out.println(c);
public static VersionUpdateNumber 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 String getName()
public String toString()
toString in class Enum<VersionUpdateNumber>Copyright © 2021 JBoss by Red Hat. All rights reserved.