Uses of Class
org.jdesktop.dataset.DataSet.OutputControl

Packages that use DataSet.OutputControl
org.jdesktop.dataset The dataset package is the entrypoint to the DataSet API, and includes the major public classes for working with tabular data in JDNC, including disconnected SQL results. 
 

Uses of DataSet.OutputControl in org.jdesktop.dataset
 

Methods in org.jdesktop.dataset that return DataSet.OutputControl
static DataSet.OutputControl DataSet.OutputControl.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataSet.OutputControl[] DataSet.OutputControl.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.dataset with parameters of type DataSet.OutputControl
 java.lang.String DataSet.writeXml(DataSet.OutputControl flags)
          Writes out the data in this DataSet as XML, and returns this as a String.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.