| Modifier and Type | Method and Description |
|---|---|
ProductState |
IVersion.getProductState() |
ProductState |
Version.getProductState() |
static ProductState |
ProductState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductState[] |
ProductState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VersionBuilder |
VersionBuilder.setProductState(ProductState productState) |
| Constructor and Description |
|---|
Version(int major,
int minor,
ReleaseState releaseState,
int step,
ProductState productState,
java.time.ZonedDateTime date,
int buildCount) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.