com.garmin.fit
Class LanguageBits1

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

public class LanguageBits1
extends java.lang.Object


Field Summary
static short DUTCH
           
static short FINNISH
           
static short GREEK
           
static short HUNGARIAN
           
static short INVALID
           
static short NORWEGIAN
           
static short POLISH
           
static short PORTUGUESE
           
static short SLOVAKIAN
           
 
Constructor Summary
LanguageBits1()
           
 
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

DUTCH

public static final short DUTCH
See Also:
Constant Field Values

FINNISH

public static final short FINNISH
See Also:
Constant Field Values

GREEK

public static final short GREEK
See Also:
Constant Field Values

HUNGARIAN

public static final short HUNGARIAN
See Also:
Constant Field Values

NORWEGIAN

public static final short NORWEGIAN
See Also:
Constant Field Values

POLISH

public static final short POLISH
See Also:
Constant Field Values

PORTUGUESE

public static final short PORTUGUESE
See Also:
Constant Field Values

SLOVAKIAN

public static final short SLOVAKIAN
See Also:
Constant Field Values

INVALID

public static final short INVALID
Constructor Detail

LanguageBits1

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