com.garmin.fit
Class FileFlags

java.lang.Object
  extended by com.garmin.fit.FileFlags

public class FileFlags
extends java.lang.Object


Field Summary
static short ERASE
           
static short INVALID
           
static short READ
           
static short WRITE
           
 
Constructor Summary
FileFlags()
           
 
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

READ

public static final short READ
See Also:
Constant Field Values

WRITE

public static final short WRITE
See Also:
Constant Field Values

ERASE

public static final short ERASE
See Also:
Constant Field Values

INVALID

public static final short INVALID
Constructor Detail

FileFlags

public FileFlags()
Method Detail

getStringFromValue

public static java.lang.String getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value

Returns:
The string representation of the value, or empty if unknown

getValueFromString

public static java.lang.Short getValueFromString(java.lang.String value)
Retrieves a value given a string representation

Returns:
The value or INVALID if unkwown