public static enum SITVersion.ReleaseStatus extends java.lang.Enum<SITVersion.ReleaseStatus>
| Enum Constant and Description | 
|---|
ALPHA  | 
BETA  | 
LIVE_RELEASE  | 
RELEASE_CANDIDATE  | 
SNAPSHOT  | 
| Modifier and Type | Method and Description | 
|---|---|
static SITVersion.ReleaseStatus | 
decode(java.lang.String codice)  | 
java.lang.String | 
getCodice()  | 
java.lang.String | 
getDescrizione()  | 
int | 
getStep()  | 
static SITVersion.ReleaseStatus | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SITVersion.ReleaseStatus[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SITVersion.ReleaseStatus ALPHA
public static final SITVersion.ReleaseStatus BETA
public static final SITVersion.ReleaseStatus RELEASE_CANDIDATE
public static final SITVersion.ReleaseStatus LIVE_RELEASE
public static final SITVersion.ReleaseStatus SNAPSHOT
public static SITVersion.ReleaseStatus[] values()
for (SITVersion.ReleaseStatus c : SITVersion.ReleaseStatus.values()) System.out.println(c);
public static SITVersion.ReleaseStatus 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 nullpublic int getStep()
public java.lang.String getCodice()
public java.lang.String getDescrizione()
public static SITVersion.ReleaseStatus decode(java.lang.String codice)