public static enum Version.FIELD extends Enum<Version.FIELD>
Enum Constant and Description |
---|
BUGFIX |
BUILD |
COMMIT |
COMPONENT |
MAJOR |
MINOR |
TYPE |
TYPE_NUMBER |
Modifier and Type | Method and Description |
---|---|
static Version.FIELD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version.FIELD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Version.FIELD COMPONENT
public static final Version.FIELD MAJOR
public static final Version.FIELD MINOR
public static final Version.FIELD BUGFIX
public static final Version.FIELD TYPE
public static final Version.FIELD TYPE_NUMBER
public static final Version.FIELD BUILD
public static final Version.FIELD COMMIT
public static Version.FIELD[] values()
for (Version.FIELD c : Version.FIELD.values()) System.out.println(c);
public static Version.FIELD 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 nullCopyright © 2004–2020 "Tigase, Inc.". All rights reserved.