|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<BlockIcon>
com.kuka.appframework.BlockIcon
public enum BlockIcon
This enum contains a list of available block icons.
| Enum Constant Summary | |
|---|---|
CALCULATE
The calculate icon. |
|
CAMERA
The camera icon. |
|
DECIDE
The decide icon. |
|
DEPALLETIZE
The depalletize icon. |
|
DESTACK
The destack icon. |
|
ENTER
The enter icon. |
|
INFORM
The inform icon. |
|
LEAVE
The leave icon. |
|
MEASURE
The measure icon. |
|
MEASURE_BASE
The measure base icon. |
|
MOVE
The moving icon. |
|
ON_OFF
The on/off icon. |
|
PALLETIZE
The palletize icon. |
|
PICK
The pick icon. |
|
PLACE
The place icon. |
|
REPEAT
The repeat icon. |
|
REQUEST
The request icon. |
|
STACK
The stack icon. |
|
WAIT
The wait icon. |
|
| Method Summary | |
|---|---|
static BlockIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BlockIcon[] |
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 BlockIcon CALCULATE
public static final BlockIcon CAMERA
public static final BlockIcon DECIDE
public static final BlockIcon DEPALLETIZE
public static final BlockIcon DESTACK
public static final BlockIcon ENTER
public static final BlockIcon INFORM
public static final BlockIcon LEAVE
public static final BlockIcon MEASURE
public static final BlockIcon MEASURE_BASE
public static final BlockIcon MOVE
public static final BlockIcon ON_OFF
public static final BlockIcon PALLETIZE
public static final BlockIcon PICK
public static final BlockIcon PLACE
public static final BlockIcon REPEAT
public static final BlockIcon REQUEST
public static final BlockIcon STACK
public static final BlockIcon WAIT
| Method Detail |
|---|
public static BlockIcon[] values()
for (BlockIcon c : BlockIcon.values()) System.out.println(c);
public static BlockIcon 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 | ||||||||