| Package | Description |
|---|---|
| com.alee.api.version |
| Modifier and Type | Method and Description |
|---|---|
VersionType |
Version.type()
Returns
VersionType. |
static VersionType |
VersionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionType[] |
VersionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Version(String name,
int major,
int minor,
int patch,
VersionType type)
Constructs new
Version. |
Copyright © 2020. All rights reserved.