|
|||||||||
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.FileCapabilitiesMesg
public class FileCapabilitiesMesg
Field Summary | |
---|---|
static int |
DirectoryFieldNum
|
protected static Mesg |
fileCapabilitiesMesg
|
static int |
FlagsFieldNum
|
static int |
MaxCountFieldNum
|
static int |
MaxSizeFieldNum
|
static int |
MessageIndexFieldNum
|
static int |
TypeFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
FileCapabilitiesMesg()
|
|
FileCapabilitiesMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.String |
getDirectory()
Get directory field |
java.lang.Short |
getFlags()
Get flags field |
java.lang.Integer |
getMaxCount()
Get max_count field |
java.lang.Long |
getMaxSize()
Get max_size field Units: bytes |
java.lang.Integer |
getMessageIndex()
Get message_index field |
File |
getType()
Get type field |
void |
setDirectory(java.lang.String directory)
Set directory field |
void |
setFlags(java.lang.Short flags)
Set flags field |
void |
setMaxCount(java.lang.Integer maxCount)
Set max_count field |
void |
setMaxSize(java.lang.Long maxSize)
Set max_size field Units: bytes |
void |
setMessageIndex(java.lang.Integer messageIndex)
Set message_index field |
void |
setType(File type)
Set type 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 TypeFieldNum
public static final int FlagsFieldNum
public static final int DirectoryFieldNum
public static final int MaxCountFieldNum
public static final int MaxSizeFieldNum
protected static final Mesg fileCapabilitiesMesg
Constructor Detail |
---|
public FileCapabilitiesMesg()
public FileCapabilitiesMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- public File getType()
public void setType(File type)
type
- public java.lang.Short getFlags()
public void setFlags(java.lang.Short flags)
flags
- public java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory
- public java.lang.Integer getMaxCount()
public void setMaxCount(java.lang.Integer maxCount)
maxCount
- public java.lang.Long getMaxSize()
public void setMaxSize(java.lang.Long maxSize)
maxSize
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |