org.hops.dm.tad.constantsdef
Class attrval_ext

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

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

noneext --> witout extension yesext --> agree noext --> negation doneext --> action done pagext --> paginating

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

Field Summary
static attrval_ext doneext
          action done extension
static attrval_ext noext
          negation extension
static attrval_ext noneext
          not known extension
static attrval_ext pagext
          paginated action extension
static attrval_ext yesext
          afirmative extension
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(attrval_ext _t)
          Indicates whether a attrval_ext is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the attrval_ext represented by the String _t is "equal to" this one.
 int hashCode()
           
static attrval_ext toObject(java.lang.String _s)
          returns the attrval_ext 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

noneext

public static final attrval_ext noneext
not known extension


yesext

public static final attrval_ext yesext
afirmative extension


noext

public static final attrval_ext noext
negation extension


doneext

public static final attrval_ext doneext
action done extension


pagext

public static final attrval_ext pagext
paginated action extension

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


equalsTo

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