public static enum VersionDef.Lifecycle extends java.lang.Enum<VersionDef.Lifecycle>
| Enum Constant and Description | 
|---|
active  | 
deprecated  | 
desupported  | 
| Modifier and Type | Method and Description | 
|---|---|
static VersionDef.Lifecycle | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static VersionDef.Lifecycle[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final VersionDef.Lifecycle active
public static final VersionDef.Lifecycle deprecated
public static final VersionDef.Lifecycle desupported
public static VersionDef.Lifecycle[] values()
for (VersionDef.Lifecycle c : VersionDef.Lifecycle.values()) System.out.println(c);
public static VersionDef.Lifecycle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null