|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IFencedArea.GateState>
com.kuka.roboticsAPI.controllerModel.sunrise.IFencedArea.GateState
public static enum IFencedArea.GateState
The states the gate can have.
Please note:
Threads are always allowed to leave the area.
| Enum Constant Summary | |
|---|---|
CLOSED
The gate is closed, in other words, threads which want to enter the area have to wait at the gate until the gate is open again. |
|
OPEN
The gate is open, in other words, threads which want to enter the area are allowed to enter. |
|
| Method Summary | |
|---|---|
static IFencedArea.GateState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IFencedArea.GateState[] |
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 IFencedArea.GateState OPEN
public static final IFencedArea.GateState CLOSED
| Method Detail |
|---|
public static IFencedArea.GateState[] values()
for (IFencedArea.GateState c : IFencedArea.GateState.values()) System.out.println(c);
public static IFencedArea.GateState 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 | |||||||||