|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SunriseCartVelocityLimitHandler.EVCStateMessageEnum>
com.kuka.roboticsAPI.controllerModel.sunrise.SunriseCartVelocityLimitHandler.EVCStateMessageEnum
public static enum SunriseCartVelocityLimitHandler.EVCStateMessageEnum
Values for the possible responses for the DEVOBSCMD_GETCARTVELLIMITS_REQUESTID request (from SafetySignalObs).
| Enum Constant Summary | |
|---|---|
EVC_NOT_INSTALLED
The EVC feature is not installed. |
|
LOCK_FAIL
Error state of the memory field lock. |
|
OK
The state of no error. |
|
SET_FAIL
Error state of the EVC value set. |
|
| Method Summary | |
|---|---|
static SunriseCartVelocityLimitHandler.EVCStateMessageEnum |
fromRealtimeMessageID(int realtimeMessageID)
|
String |
getExceptionString()
|
int |
getRealtimeMessageID()
|
static SunriseCartVelocityLimitHandler.EVCStateMessageEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SunriseCartVelocityLimitHandler.EVCStateMessageEnum[] |
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 SunriseCartVelocityLimitHandler.EVCStateMessageEnum EVC_NOT_INSTALLED
public static final SunriseCartVelocityLimitHandler.EVCStateMessageEnum LOCK_FAIL
public static final SunriseCartVelocityLimitHandler.EVCStateMessageEnum SET_FAIL
public static final SunriseCartVelocityLimitHandler.EVCStateMessageEnum OK
| Method Detail |
|---|
public static SunriseCartVelocityLimitHandler.EVCStateMessageEnum[] values()
for (SunriseCartVelocityLimitHandler.EVCStateMessageEnum c : SunriseCartVelocityLimitHandler.EVCStateMessageEnum.values()) System.out.println(c);
public static SunriseCartVelocityLimitHandler.EVCStateMessageEnum 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 static SunriseCartVelocityLimitHandler.EVCStateMessageEnum fromRealtimeMessageID(int realtimeMessageID)
realtimeMessageID - ID to pass back the Enum for.
public int getRealtimeMessageID()
public String getExceptionString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||