com.syncbuilder.device
Class SystemFeature
java.lang.Object
|
+--com.syncbuilder.device.SystemFeature
- public class SystemFeature
- extends java.lang.Object
Various constants and helper-methods to deal with the System Feature.
The System Feature contains information about the device's OS version.
The same information can be found through the SysInfo class as well.
- See Also:
SysInfo
|
Field Summary |
static Char4 |
CREATOR
The Creator ID of the System Feature |
static int |
NUMBER
The number of the System Feature |
|
Method Summary |
static int |
getRomVersionMajor(int value)
Get the major version number of the Palm device's system ROM. |
static int |
getRomVersionMinor(int value)
Get the minor version number of the Palm device's system ROM. |
static java.lang.String |
getRomVersionString(int value)
Get the version number of the Palm device's system ROM formatted as a displayable string (e.g. 2.05).
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CREATOR
public static final Char4 CREATOR
- The Creator ID of the System Feature
NUMBER
public static final int NUMBER
- The number of the System Feature
getRomVersionMajor
public static int getRomVersionMajor(int value)
- Get the major version number of the Palm device's system ROM. Upgrade patches are taken into
account by this method.
getRomVersionMinor
public static int getRomVersionMinor(int value)
- Get the minor version number of the Palm device's system ROM. Upgrade patches are taken into
account by this method.
getRomVersionString
public static java.lang.String getRomVersionString(int value)
- Get the version number of the Palm device's system ROM formatted as a displayable string (e.g. 2.05).
Upgrade patches are taken into account by this method.
This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.