|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kuka.nav.battery.BatteryLevels.BatteryLevel
public class BatteryLevels.BatteryLevel
A single level of the battery state of charge. It represents a range of state of charge values and has a name.
| Field Summary | |
|---|---|
static String |
HIGH
the default HIGH battery level. |
static String |
LOW
the default LOW battery level. |
static String |
MID
the default MID battery level. |
| Method Summary | |
|---|---|
double |
getLowerThreshold()
|
String |
getName()
|
double |
getUpperThreshold()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String LOW
public static final String MID
public static final String HIGH
| Method Detail |
|---|
public String getName()
public double getUpperThreshold()
public double getLowerThreshold()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||