|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RegionRestriction.Region>
com.kuka.nav.object.filter.RegionRestriction.Region
public static enum RegionRestriction.Region
Search regions relative to the bounding box of the focal robot.
| Enum Constant Summary | |
|---|---|
BACK
In the rear (negative-X) of the robot bounding box. |
|
FRONT
In front (positive-X) of the robot bounding box. |
|
INSIDE
Inside of the robot bounding box. |
|
LEFT
On the left side (positive-Y) of the robot bounding box. |
|
RIGHT
On the right side (negative-Y) of the robot bounding box. |
|
| Method Summary | |
|---|---|
static RegionRestriction.Region |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegionRestriction.Region[] |
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 RegionRestriction.Region FRONT
public static final RegionRestriction.Region BACK
public static final RegionRestriction.Region LEFT
public static final RegionRestriction.Region RIGHT
public static final RegionRestriction.Region INSIDE
| Method Detail |
|---|
public static RegionRestriction.Region[] values()
for (RegionRestriction.Region c : RegionRestriction.Region.values()) System.out.println(c);
public static RegionRestriction.Region 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 | |||||||||