Uses of Class
org.diyefi.openlogviewer.decoder.LogField.types

Packages that use LogField.types
org.diyefi.openlogviewer.decoder   
 

Uses of LogField.types in org.diyefi.openlogviewer.decoder
 

Methods in org.diyefi.openlogviewer.decoder that return LogField.types
 LogField.types LogField.getType()
           
static LogField.types LogField.types.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogField.types[] LogField.types.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.diyefi.openlogviewer.decoder with parameters of type LogField.types
 void LogField.setType(LogField.types type)
           
 

Constructors in org.diyefi.openlogviewer.decoder with parameters of type LogField.types
LogField(String ID, LogField.types type)
           
LogField(String ID, LogField.types type, double divBy)
           
LogField(String ID, LogField.types type, double divBy, double addTo)
           
LogField(String ID, LogField.types type, String[] bitFieldNames)
           
 



Copyright © 2011 DIYEFI.org. All Rights Reserved.