com.garmin.fit
Class LanguageBits4

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

public class LanguageBits4
extends java.lang.Object


Field Summary
static short BRAZILIAN_PORTUGUESE
           
static short BURMESE
           
static short INDONESIAN
           
static short INVALID
           
static short MALAYSIAN
           
static short MONGOLIAN
           
static short VIETNAMESE
           
 
Constructor Summary
LanguageBits4()
           
 
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

BRAZILIAN_PORTUGUESE

public static final short BRAZILIAN_PORTUGUESE
See Also:
Constant Field Values

INDONESIAN

public static final short INDONESIAN
See Also:
Constant Field Values

MALAYSIAN

public static final short MALAYSIAN
See Also:
Constant Field Values

VIETNAMESE

public static final short VIETNAMESE
See Also:
Constant Field Values

BURMESE

public static final short BURMESE
See Also:
Constant Field Values

MONGOLIAN

public static final short MONGOLIAN
See Also:
Constant Field Values

INVALID

public static final short INVALID
Constructor Detail

LanguageBits4

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