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