|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.dm.tad.constantsdef.attrval_ary
public class attrval_ary
uniary --> one value allowed multiary --> more than one value allowed boolary --> yes or not values allowed
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 |
---|
public static final attrval_ary uniary
public static final attrval_ary multiary
public static final attrval_ary boolary
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equalsTo(attrval_ary _t)
public boolean equalsTo(java.lang.String _t)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static attrval_ary toObject(java.lang.String _s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |