dalclient
Class QRAttribute

java.lang.Object
  extended bydalclient.QRAttribute

public class QRAttribute
extends java.lang.Object

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

boolValue

public boolean boolValue()
Return the attribute value as a boolean.


intValue

public int intValue()
Return the attribute value as an integer.


floatValue

public float floatValue()
Return the attribute value as a float.


doubleValue

public double doubleValue()
Return the attribute value as a double.


stringValue

public java.lang.String stringValue()
Return the attribute value as a String.