Package | Description |
---|---|
it.prato.comune.sit.runtime.util |
Modifier and Type | Method and Description |
---|---|
static SITVersion.ReleaseStatus |
SITVersion.ReleaseStatus.decode(String codice) |
SITVersion.ReleaseStatus |
SITVersion.getReleaseStatus()
Restituisce lo stato del rilascio di una versione.
|
static SITVersion.ReleaseStatus |
SITVersion.ReleaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SITVersion.ReleaseStatus[] |
SITVersion.ReleaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SITVersion(int major,
int minor,
int revision,
SITVersion.ReleaseStatus releaseStatus,
Integer releaseStatusRevision)
Costruttore che accetta anche lo stato del rilascio e la relativa revisione.
|
Copyright © 2017 Comune di Prato. All rights reserved.