public enum R66Versions extends Enum<R66Versions>
Enum Constant and Description |
---|
V2_4_12
Not usable for extra information
|
V2_4_13
Introducing different separator, adding HostConfiguration table
|
V2_4_17
Add TransferInformation to TaskRunner table
|
V2_4_23
Add IsActive on DbHostAuth table
|
V2_4_25
Change VARCHAR(255) to VARCHAR(8096)
|
V3_0_4
Add support for FileInformation change
|
Modifier and Type | Method and Description |
---|---|
String |
getVersion() |
static R66Versions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R66Versions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final R66Versions V2_4_12
public static final R66Versions V2_4_13
public static final R66Versions V2_4_17
public static final R66Versions V2_4_23
public static final R66Versions V2_4_25
public static final R66Versions V3_0_4
public static R66Versions[] values()
for (R66Versions c : R66Versions.values()) System.out.println(c);
public static R66Versions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getVersion()
Copyright © 2009–2020 Waarp. All rights reserved.