public final class FileVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
static FileVersion |
VERSION_1_0
Constant representing file version.
|
static FileVersion |
VERSION_3_0
Constant representing file version.
|
static FileVersion |
VERSION_4_0
Constant representing file version.
|
| Modifier and Type | Method and Description |
|---|---|
static FileVersion |
getInstance(String value)
Retrieve a FileVersion instance representing the supplied value.
|
int |
getValue()
Retrieves the int representation of the file version.
|
String |
toString()
Retrieve the string representation of this file type.
|
public static final FileVersion VERSION_1_0
public static final FileVersion VERSION_3_0
public static final FileVersion VERSION_4_0
public int getValue()
public static FileVersion getInstance(String value)
value - file version valueCopyright © 2013. All Rights Reserved.