org.hops.dm.tad.constantsdef
Class plantype

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

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

actionPlan --> execute actions findOutPlan --> ask and answer actions subActionPlan --> composed actions

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

Field Summary
static plantype actionPlan
          database action plans
static plantype findOutPlan
          asking action plans
static plantype subActionPlan
          prerequisite action plans
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(plantype _t)
          Indicates whether a plantype is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the plantype represented by the String _t is "equal to" this one.
 int hashCode()
           
static plantype toObject(java.lang.String _s)
          returns the plantype 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

actionPlan

public static final plantype actionPlan
database action plans


findOutPlan

public static final plantype findOutPlan
asking action plans


subActionPlan

public static final plantype subActionPlan
prerequisite action plans

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(plantype _t)
Indicates whether a plantype is "equal to" this one.


equalsTo

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


hashCode

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

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

toObject

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