|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CompoundAnchorState>
com.kuka.roboticsAPI.controllerModel.sunrise.api.CompoundAnchorState
public enum CompoundAnchorState
The possible states of a compound.
| Enum Constant Summary | |
|---|---|
CompoundActive
Compound is active (connected). |
|
CompoundLoading
Compound is being loaded. |
|
CompoundLoadingError
Error occurred during load process. |
|
CompoundLoadingOK
Compound fully loaded and spawned. |
|
ConnectionError
Error occurred during run process. |
|
Deleted
Compound was deleted. |
|
Empty
Factory Object was created. |
|
InternalError
Other errors (no cleanup necessary). |
|
WaitForCompoundServer
Compound loaded, waiting for feedback from compound server. |
|
| Method Summary | |
|---|---|
static CompoundAnchorState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CompoundAnchorState[] |
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 CompoundAnchorState Empty
public static final CompoundAnchorState CompoundLoading
public static final CompoundAnchorState WaitForCompoundServer
public static final CompoundAnchorState CompoundLoadingOK
public static final CompoundAnchorState CompoundActive
public static final CompoundAnchorState CompoundLoadingError
public static final CompoundAnchorState ConnectionError
public static final CompoundAnchorState InternalError
public static final CompoundAnchorState Deleted
| Method Detail |
|---|
public static CompoundAnchorState[] values()
for (CompoundAnchorState c : CompoundAnchorState.values()) System.out.println(c);
public static CompoundAnchorState 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||