|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.dm.tad.constantsdef.icmmove
public class icmmove
none --> not specified reraise --> reraise previus action plan loadplan --> load action plan
Field Summary | |
---|---|
static icmmove |
loadplan
load an action |
static icmmove |
none
not known |
static icmmove |
reraise
load a previous action |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(icmmove _t)
Indicates whether a icmmmove is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the icmmove represented by the String _t is "equal to" this one. |
int |
hashCode()
|
static icmmove |
toObject(java.lang.String _s)
returns the icmmove representation of the String _s |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final icmmove none
public static final icmmove reraise
public static final icmmove loadplan
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equalsTo(icmmove _t)
public boolean equalsTo(java.lang.String _t)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static icmmove toObject(java.lang.String _s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |