|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CompoundLoadResult>
com.kuka.roboticsAPI.controllerModel.sunrise.api.CompoundLoadResult
public enum CompoundLoadResult
The possible compound load result values.
| Enum Constant Summary | |
|---|---|
CompoundDeletionAlreadyInProgress
Die angegebene Compound-Instanz konnte nicht entladen werden, da ein Loeschauftrag bereits aktiv ist. |
|
CompoundInstanceAlreadyRunning
Compound-Instanz wurde nicht geladen, weil bereits eine Instanz mit dem gewünschten Namen vorhanden ist. |
|
CompoundInstanceNotAvailable
Die angegebene Compound-Instanz konnte nicht entladen werden, weil keine entsprechende Instanz vorhanden ist. |
|
CompoundLoadFailed
Das Laden der Compound ist fehlgeschlagen. |
|
CompoundRunFailed
Das Starten der Compound ist fehlgeschlagen. |
|
CompoundUnloadFailed
Die angegebene Compound-Instanz konnte nicht entladen werden, da die Compound noch benutzt wird. |
|
CreateCompoundAnchorFailed
Das Erzeugen des Compound-Anchors ist fehlgeschlagen. |
|
DeviceNotAvailable
Compound-Instanz wurde nicht geladen, weil das angegebene Device nicht verfügbar ist. |
|
OK
Der Aufruf (z.B. das Starten der Compound-Instanz) wurde erfolgreich durchgeführt. |
|
OKWithStillLoadedCompoundObjFile
Der Aufruf (das Laden oder Entladen der Compound-Instanz) wurde erfolgreich durchgeführt, allerdings ist das Object-File der Compound noch geladen (da ggf. von einer weiteren Compound-Instanz noch benötigt) (gilt für den Entlade-Fall) oder wurde nicht neu geladen (gilt für den Lade-Fall). |
|
| Method Summary | |
|---|---|
static CompoundLoadResult |
createFromNumber(int loadResult)
Creates a new compound load result from the sunrise number. |
int |
getLoadResult()
Gets the integer value of the load result. |
static CompoundLoadResult |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CompoundLoadResult[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CompoundLoadResult CompoundInstanceNotAvailable
public static final CompoundLoadResult CompoundUnloadFailed
public static final CompoundLoadResult CompoundDeletionAlreadyInProgress
public static final CompoundLoadResult DeviceNotAvailable
public static final CompoundLoadResult CompoundInstanceAlreadyRunning
public static final CompoundLoadResult CreateCompoundAnchorFailed
public static final CompoundLoadResult CompoundLoadFailed
public static final CompoundLoadResult CompoundRunFailed
public static final CompoundLoadResult OK
public static final CompoundLoadResult OKWithStillLoadedCompoundObjFile
| Method Detail |
|---|
public static CompoundLoadResult[] values()
for (CompoundLoadResult c : CompoundLoadResult.values()) System.out.println(c);
public static CompoundLoadResult valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getLoadResult()
public static CompoundLoadResult createFromNumber(int loadResult)
loadResult - the load result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||