net.sf.tourviewer.lib.ciclo
Class HAC4_325

java.lang.Object
  extended by net.sf.tourviewer.lib.ciclo.HAC4_325
All Implemented Interfaces:
CicloDevice, Device

public class HAC4_325
extends Object
implements CicloDevice


Field Summary
 
Fields inherited from interface net.sf.tourviewer.lib.ciclo.CicloDevice
DEFAULT_INFO_BLOCK_INDEX, DEFAULT_TOUR_BLOCK_INDEX, NO_INDEX
 
Constructor Summary
HAC4_325()
           
 
Method Summary
 int getInfoBlockIndex()
           
 String getName()
           
 int getTourBlockIndex()
          This device has no info record, therefore the tour records start at a lesser offset.
 boolean hasAltitude()
           
 boolean hasCadence()
           
 boolean hasPulse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HAC4_325

public HAC4_325()
Method Detail

getInfoBlockIndex

public int getInfoBlockIndex()
Specified by:
getInfoBlockIndex in interface CicloDevice

getName

public String getName()
Specified by:
getName in interface Device

getTourBlockIndex

public int getTourBlockIndex()
This device has no info record, therefore the tour records start at a lesser offset.

Specified by:
getTourBlockIndex in interface CicloDevice

hasAltitude

public boolean hasAltitude()
Specified by:
hasAltitude in interface Device

hasCadence

public boolean hasCadence()
Specified by:
hasCadence in interface Device

hasPulse

public boolean hasPulse()
Specified by:
hasPulse in interface Device

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005 Steffen Pingel. All Rights Reserved.