com.garmin.fit
Class LanguageBits0

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

public class LanguageBits0
extends java.lang.Object


Field Summary
static short CROATIAN
           
static short CZECH
           
static short DANISH
           
static short ENGLISH
           
static short FRENCH
           
static short GERMAN
           
static short INVALID
           
static short ITALIAN
           
static short SPANISH
           
 
Constructor Summary
LanguageBits0()
           
 
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

ENGLISH

public static final short ENGLISH
See Also:
Constant Field Values

FRENCH

public static final short FRENCH
See Also:
Constant Field Values

ITALIAN

public static final short ITALIAN
See Also:
Constant Field Values

GERMAN

public static final short GERMAN
See Also:
Constant Field Values

SPANISH

public static final short SPANISH
See Also:
Constant Field Values

CROATIAN

public static final short CROATIAN
See Also:
Constant Field Values

CZECH

public static final short CZECH
See Also:
Constant Field Values

DANISH

public static final short DANISH
See Also:
Constant Field Values

INVALID

public static final short INVALID
Constructor Detail

LanguageBits0

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