Uses of Class
net.anwiba.commons.version.ProductState
-
-
Uses of ProductState in net.anwiba.commons.version
Methods in net.anwiba.commons.version that return ProductState Modifier and Type Method Description ProductStateIVersion. getProductState()ProductStateVersion. getProductState()static ProductStateProductState. valueOf(java.lang.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.Methods in net.anwiba.commons.version with parameters of type ProductState Modifier and Type Method Description VersionBuilderVersionBuilder. setProductState(ProductState productState)Constructors in net.anwiba.commons.version with parameters of type ProductState Constructor Description Version(int major, int minor, ReleaseState releaseState, int step, ProductState productState, java.time.ZonedDateTime date, int buildCount)
-