public class WorkoutHr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
BPM_OFFSET |
static long |
INVALID |
Constructor and Description |
---|
WorkoutHr() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Long value)
Retrieves the String Representation of the Value
|
static java.lang.Long |
getValueFromString(java.lang.String value)
Returns the enum constant with the specified name.
|
public static final long BPM_OFFSET
public static final long INVALID
public static java.lang.String getStringFromValue(java.lang.Long value)
value
- The enum constantpublic static java.lang.Long getValueFromString(java.lang.String value)
value
- The enum string value