|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdalclient.QRAttribute
Query record attribute class. Describes an attribute of a dataset descriptor or table row.
| Method Summary | |
boolean |
boolValue()
Return the attribute value as a boolean. |
double |
doubleValue()
Return the attribute value as a double. |
float |
floatValue()
Return the attribute value as a float. |
int |
intValue()
Return the attribute value as an integer. |
java.lang.String |
stringValue()
Return the attribute value as a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean boolValue()
public int intValue()
public float floatValue()
public double doubleValue()
public java.lang.String stringValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||