org.hops.dm.tad.constantsdef
Class icmmove

java.lang.Object
  extended by org.hops.dm.tad.constantsdef.icmmove
All Implemented Interfaces:
java.io.Serializable

public class icmmove
extends java.lang.Object
implements java.io.Serializable

none --> not specified reraise --> reraise previus action plan loadplan --> load action plan

Version:
3.0
Author:
Meritxell Gonzalez
See Also:
Serialized Form

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

none

public static final icmmove none
not known


reraise

public static final icmmove reraise
load a previous action


loadplan

public static final icmmove loadplan
load an action

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object

equalsTo

public boolean equalsTo(icmmove _t)
Indicates whether a icmmmove is "equal to" this one.


equalsTo

public boolean equalsTo(java.lang.String _t)
Indicates whether the icmmove represented by the String _t is "equal to" this one.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toObject

public static icmmove toObject(java.lang.String _s)
returns the icmmove representation of the String _s