com.garmin.fit
Class LanguageBits2

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

public class LanguageBits2
extends java.lang.Object


Field Summary
static short ARABIC
           
static short FARSI
           
static short INVALID
           
static short LATVIAN
           
static short RUSSIAN
           
static short SLOVENIAN
           
static short SWEDISH
           
static short TURKISH
           
static short UKRAINIAN
           
 
Constructor Summary
LanguageBits2()
           
 
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

SLOVENIAN

public static final short SLOVENIAN
See Also:
Constant Field Values

SWEDISH

public static final short SWEDISH
See Also:
Constant Field Values

RUSSIAN

public static final short RUSSIAN
See Also:
Constant Field Values

TURKISH

public static final short TURKISH
See Also:
Constant Field Values

LATVIAN

public static final short LATVIAN
See Also:
Constant Field Values

UKRAINIAN

public static final short UKRAINIAN
See Also:
Constant Field Values

ARABIC

public static final short ARABIC
See Also:
Constant Field Values

FARSI

public static final short FARSI
See Also:
Constant Field Values

INVALID

public static final short INVALID
Constructor Detail

LanguageBits2

public LanguageBits2()
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