public static enum SITVersion.ReleaseStatus extends Enum<SITVersion.ReleaseStatus>
| Enum Constant and Description |
|---|
ALPHA |
BETA |
LIVE_RELEASE |
RELEASE_CANDIDATE |
SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static SITVersion.ReleaseStatus |
decode(String codice) |
String |
getCodice() |
String |
getDescrizione() |
int |
getStep() |
static SITVersion.ReleaseStatus |
valueOf(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(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 int getStep()
public String getCodice()
public String getDescrizione()
public static SITVersion.ReleaseStatus decode(String codice)
Copyright © 2017 Comune di Prato. All rights reserved.