|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.RoboticsAPIDefaults
public final class RoboticsAPIDefaults
Holds some changeable default values of the RoboticsAPI.
| Method Summary | |
|---|---|
static void |
dumpValues()
Dumps the current default values to the console. |
static Object |
getOptionalParameter(String name,
Object defaultValue)
Gets a optional default value. |
static Object |
getRequiredParameter(String name)
Gets a required default value. |
static void |
set(String name,
Object value)
Sets a default value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void set(String name,
Object value)
Changes to the defaults should occur immediately after the application has started. All classes using these default values may request the value only once.
name - The name of the value.value - The value.
public static Object getOptionalParameter(String name,
Object defaultValue)
name - The name of the value.defaultValue - The default value which should be returned if no value is set.
public static Object getRequiredParameter(String name)
name - The name of the value.
public static void dumpValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||