org.hops.dm.tad.constantsdef
Class attrval_ary

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

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

uniary --> one value allowed multiary --> more than one value allowed boolary --> yes or not values allowed

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

Field Summary
static attrval_ary boolary
          boolean value
static attrval_ary multiary
          more than one value
static attrval_ary uniary
          one value
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(attrval_ary _t)
          Indicates whether a attrval_ary is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the attrval_ary represented by the String _t is "equal to" this one.
 int hashCode()
           
static attrval_ary toObject(java.lang.String _s)
          returns the attrva_ary 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

uniary

public static final attrval_ary uniary
one value


multiary

public static final attrval_ary multiary
more than one value


boolary

public static final attrval_ary boolary
boolean value

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


equalsTo

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