public enum BuildInfo extends Enum<BuildInfo>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
String |
getProjectVersion() |
static BuildInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildInfo INSTANCE
public static BuildInfo[] values()
for (BuildInfo c : BuildInfo.values()) System.out.println(c);
public static BuildInfo 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 getProjectVersion()
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.