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