org.hops.dm.tad.constantsdef
Class actionlevel

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

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

con --> contact ( no input ) per --> perception sem --> semantics und --> pragmatic acc --> acceptance accom --> accommodation db --> database done noa --> not specified

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

Field Summary
static actionlevel acc
          integration feedback
static actionlevel accom
          accommodate feedback
static actionlevel con
          contact feedback
static actionlevel db
          database
static actionlevel noa
          not known
static actionlevel per
          perception feedback
static actionlevel sem
          semantic feedback
static actionlevel und
          pragmatic feedback
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(actionlevel _t)
          Indicates whether a actionlevel is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the actionlevel represented by the String _t is "equal to" this one.
 int hashCode()
           
static actionlevel toObject(java.lang.String _s)
          returns the actionlevel 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

con

public static final actionlevel con
contact feedback


per

public static final actionlevel per
perception feedback


sem

public static final actionlevel sem
semantic feedback


und

public static final actionlevel und
pragmatic feedback


acc

public static final actionlevel acc
integration feedback


accom

public static final actionlevel accom
accommodate feedback


db

public static final actionlevel db
database


noa

public static final actionlevel noa
not known

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


equalsTo

public boolean equalsTo(java.lang.String _t)
Indicates whether the actionlevel 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 actionlevel toObject(java.lang.String _s)
returns the actionlevel representation of the String _s