| Modifier and Type | Field and Description |
|---|---|
static java.time.ZonedDateTime |
defaultDate |
static IVersion |
DUMMY |
| Constructor and Description |
|---|
Version(int major,
int minor,
ReleaseState releaseState,
int step,
ProductState productState,
java.time.ZonedDateTime date,
int buildCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBuildCount() |
java.time.ZonedDateTime |
getDate() |
int |
getMajor() |
int |
getMinor() |
ProductState |
getProductState() |
ReleaseState |
getReleaseState() |
int |
getStep() |
int |
hashCode() |
static IVersion |
of(String string) |
public static final java.time.ZonedDateTime defaultDate
public static final IVersion DUMMY
public Version(int major,
int minor,
ReleaseState releaseState,
int step,
ProductState productState,
java.time.ZonedDateTime date,
int buildCount)
public ReleaseState getReleaseState()
getReleaseState in interface IVersionpublic ProductState getProductState()
getProductState in interface IVersionpublic int getBuildCount()
getBuildCount in interface IVersionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.