public class FitBaseType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BYTE |
static short |
ENUM |
static short |
FLOAT32 |
static short |
FLOAT64 |
static short |
INVALID |
static short |
SINT16 |
static short |
SINT32 |
static short |
SINT64 |
static short |
SINT8 |
static short |
STRING |
static short |
UINT16 |
static short |
UINT16Z |
static short |
UINT32 |
static short |
UINT32Z |
static short |
UINT64 |
static short |
UINT64Z |
static short |
UINT8 |
static short |
UINT8Z |
Constructor and Description |
---|
FitBaseType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value
|
static java.lang.Short |
getValueFromString(java.lang.String value)
Returns the enum constant with the specified name.
|
public static final short ENUM
public static final short SINT8
public static final short UINT8
public static final short SINT16
public static final short UINT16
public static final short SINT32
public static final short UINT32
public static final short STRING
public static final short FLOAT32
public static final short FLOAT64
public static final short UINT8Z
public static final short UINT16Z
public static final short UINT32Z
public static final short BYTE
public static final short SINT64
public static final short UINT64
public static final short UINT64Z
public static final short INVALID
public static java.lang.String getStringFromValue(java.lang.Short value)
value
- The enum constantpublic static java.lang.Short getValueFromString(java.lang.String value)
value
- The enum string value