com.finwin.util
Class WDDXVar

java.lang.Object
  |
  +--com.finwin.util.WDDXVar

public class WDDXVar
extends java.lang.Object
implements WDDXObject

Represends a variable record in a WDDX Document's Data section.


Method Summary
 java.lang.Object get()
          Provides the data contained in this object.
 java.lang.String getName()
          Provides the name of this Variable.
 java.lang.String toString()
          Provides the descriptive string output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public java.lang.Object get()
Provides the data contained in this object. May be a "Double", "String", "WDDXStruct", or "WDDXRecordset". Use the "instanceof" keyword to determine the result if the expected type is unknown.
Returns:
The data contained
See Also:
Double, String, WDDXStruct, WDDXRecordset

getName

public java.lang.String getName()
Provides the name of this Variable.
Returns:
the name of the object.

toString

public java.lang.String toString()
Provides the descriptive string output
Overrides:
toString in class java.lang.Object