|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.MesgCapabilitiesMesg
public class MesgCapabilitiesMesg
Field Summary | |
---|---|
static int |
CountFieldNum
|
static int |
CountTypeFieldNum
|
static int |
FileFieldNum
|
protected static Mesg |
mesgCapabilitiesMesg
|
static int |
MesgNumFieldNum
|
static int |
MessageIndexFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
MesgCapabilitiesMesg()
|
|
MesgCapabilitiesMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Integer |
getCount()
Get count field |
MesgCount |
getCountType()
Get count_type field |
File |
getFile()
Get file field |
java.lang.Integer |
getMaxPerFile()
Get max_per_file field |
java.lang.Integer |
getMaxPerFileType()
Get max_per_file_type field |
java.lang.Integer |
getMesgNum()
Get mesg_num field |
java.lang.Integer |
getMessageIndex()
Get message_index field |
java.lang.Integer |
getNumPerFile()
Get num_per_file field |
void |
setCount(java.lang.Integer count)
Set count field |
void |
setCountType(MesgCount countType)
Set count_type field |
void |
setFile(File file)
Set file field |
void |
setMaxPerFile(java.lang.Integer maxPerFile)
Set max_per_file field |
void |
setMaxPerFileType(java.lang.Integer maxPerFileType)
Set max_per_file_type field |
void |
setMesgNum(java.lang.Integer mesgNum)
Set mesg_num field |
void |
setMessageIndex(java.lang.Integer messageIndex)
Set message_index field |
void |
setNumPerFile(java.lang.Integer numPerFile)
Set num_per_file field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MessageIndexFieldNum
public static final int FileFieldNum
public static final int MesgNumFieldNum
public static final int CountTypeFieldNum
public static final int CountFieldNum
protected static final Mesg mesgCapabilitiesMesg
Constructor Detail |
---|
public MesgCapabilitiesMesg()
public MesgCapabilitiesMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- public File getFile()
public void setFile(File file)
file
- public java.lang.Integer getMesgNum()
public void setMesgNum(java.lang.Integer mesgNum)
mesgNum
- public MesgCount getCountType()
public void setCountType(MesgCount countType)
countType
- public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count
- public java.lang.Integer getNumPerFile()
public void setNumPerFile(java.lang.Integer numPerFile)
numPerFile
- public java.lang.Integer getMaxPerFile()
public void setMaxPerFile(java.lang.Integer maxPerFile)
maxPerFile
- public java.lang.Integer getMaxPerFileType()
public void setMaxPerFileType(java.lang.Integer maxPerFileType)
maxPerFileType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |