com.garmin.fit
Class Profile

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

public class Profile
extends java.lang.Object


Nested Class Summary
 class Profile.SubFields
           
static class Profile.Type
           
 
Constructor Summary
Profile()
           
 
Method Summary
static java.lang.String enumValueName(Profile.Type enumType, long enumVal)
          Returns the string name associated with a given enum value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Method Detail

enumValueName

public static java.lang.String enumValueName(Profile.Type enumType,
                                             long enumVal)
Returns the string name associated with a given enum value. If there is no such label, returns the string representation of the numerical value instead.

Parameters:
enumType - the type of the enum
enumVal - the numerical value of the enum
Returns:
the enum label associated with this value for the given enum type, or the string representation of the numerical value if there is no such label.