com.garmin.fit
Class ExdDataFieldConfigurationMesg

java.lang.Object
  extended by com.garmin.fit.Mesg
      extended by com.garmin.fit.ExdDataFieldConfigurationMesg

public class ExdDataFieldConfigurationMesg
extends Mesg


Field Summary
static int ConceptCountFieldNum
           
static int ConceptFieldFieldNum
           
static int DisplayTypeFieldNum
           
protected static Mesg exdDataFieldConfigurationMesg
           
static int FieldIdFieldNum
           
static int ScreenIndexFieldNum
           
static int TitleFieldNum
           
 
Fields inherited from class com.garmin.fit.Mesg
developerFields, fields, localNum, name, num, systemTimeOffset
 
Constructor Summary
ExdDataFieldConfigurationMesg()
           
ExdDataFieldConfigurationMesg(Mesg mesg)
           
 
Method Summary
 java.lang.Short getConceptCount()
          Get concept_count field
 java.lang.Byte getConceptField()
          Get concept_field field
 ExdDisplayType getDisplayType()
          Get display_type field
 java.lang.Short getFieldId()
          Get field_id field
 int getNumTitle()
           
 java.lang.Short getScreenIndex()
          Get screen_index field
 java.lang.String[] getTitle()
           
 java.lang.String getTitle(int index)
          Get title field
 void setConceptCount(java.lang.Short conceptCount)
          Set concept_count field
 void setConceptField(java.lang.Byte conceptField)
          Set concept_field field
 void setDisplayType(ExdDisplayType displayType)
          Set display_type field
 void setFieldId(java.lang.Short fieldId)
          Set field_id field
 void setScreenIndex(java.lang.Short screenIndex)
          Set screen_index field
 void setTitle(int index, java.lang.String title)
          Set title field
 
Methods inherited from class com.garmin.fit.Mesg
addDeveloperField, addField, getActiveSubFieldIndex, getActiveSubFieldName, getDeveloperFields, getField, getField, getField, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBitsValue, getFieldBitsValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValues, getFieldByteValues, getFieldByteValues, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValues, getFieldDoubleValues, getFieldDoubleValues, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValues, getFieldFloatValues, getFieldFloatValues, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValues, getFieldIntegerValues, getFieldIntegerValues, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValues, getFieldLongValues, getFieldLongValues, getFields, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValues, getFieldShortValues, getFieldShortValues, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValues, getFieldStringValues, getFieldStringValues, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getIsFieldAccumulated, getLocalNum, getName, getNum, getNumFields, getNumFieldValues, getNumFieldValues, getNumFieldValues, getNumFieldValues, getOverrideField, hasField, removeExpandedFields, removeField, setField, setFields, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setLocalNum, timestampToDateTime, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ScreenIndexFieldNum

public static final int ScreenIndexFieldNum
See Also:
Constant Field Values

ConceptFieldFieldNum

public static final int ConceptFieldFieldNum
See Also:
Constant Field Values

FieldIdFieldNum

public static final int FieldIdFieldNum
See Also:
Constant Field Values

ConceptCountFieldNum

public static final int ConceptCountFieldNum
See Also:
Constant Field Values

DisplayTypeFieldNum

public static final int DisplayTypeFieldNum
See Also:
Constant Field Values

TitleFieldNum

public static final int TitleFieldNum
See Also:
Constant Field Values

exdDataFieldConfigurationMesg

protected static final Mesg exdDataFieldConfigurationMesg
Constructor Detail

ExdDataFieldConfigurationMesg

public ExdDataFieldConfigurationMesg()

ExdDataFieldConfigurationMesg

public ExdDataFieldConfigurationMesg(Mesg mesg)
Method Detail

getScreenIndex

public java.lang.Short getScreenIndex()
Get screen_index field

Returns:
screen_index

setScreenIndex

public void setScreenIndex(java.lang.Short screenIndex)
Set screen_index field

Parameters:
screenIndex -

getConceptField

public java.lang.Byte getConceptField()
Get concept_field field

Returns:
concept_field

setConceptField

public void setConceptField(java.lang.Byte conceptField)
Set concept_field field

Parameters:
conceptField -

getFieldId

public java.lang.Short getFieldId()
Get field_id field

Returns:
field_id

setFieldId

public void setFieldId(java.lang.Short fieldId)
Set field_id field

Parameters:
fieldId -

getConceptCount

public java.lang.Short getConceptCount()
Get concept_count field

Returns:
concept_count

setConceptCount

public void setConceptCount(java.lang.Short conceptCount)
Set concept_count field

Parameters:
conceptCount -

getDisplayType

public ExdDisplayType getDisplayType()
Get display_type field

Returns:
display_type

setDisplayType

public void setDisplayType(ExdDisplayType displayType)
Set display_type field

Parameters:
displayType -

getTitle

public java.lang.String[] getTitle()

getNumTitle

public int getNumTitle()
Returns:
number of title

getTitle

public java.lang.String getTitle(int index)
Get title field

Parameters:
index - of title
Returns:
title

setTitle

public void setTitle(int index,
                     java.lang.String title)
Set title field

Parameters:
index - of title
title -