public class Version
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ASR_R250G |
static int |
TYPE_UNKNOWN |
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
static int |
getType() |
static int |
getVersion() |
static boolean |
isBefore(int ver) |
static boolean |
isLaster(int ver) |
static boolean |
isRange(int min,
int max) |
static void |
setVersion(java.lang.String version) |
public static final int TYPE_UNKNOWN
public static final int TYPE_ASR_R250G
public static void setVersion(java.lang.String version)
public static int getType()
public static int getVersion()
public static boolean isRange(int min, int max)
public static boolean isBefore(int ver)
public static boolean isLaster(int ver)