|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Checksum
public class Checksum
Field Summary | |
---|---|
static short |
CLEAR
|
static short |
INVALID
|
static short |
OK
|
Constructor Summary | |
---|---|
Checksum()
|
Method Summary | |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value |
static java.lang.Short |
getValueFromString(java.lang.String value)
Retrieves a value given a string representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short CLEAR
public static final short OK
public static final short INVALID
Constructor Detail |
---|
public Checksum()
Method Detail |
---|
public static java.lang.String getStringFromValue(java.lang.Short value)
public static java.lang.Short getValueFromString(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |