***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.storedprocess.metadata
Class DataTable

com.sas.services.storedprocess.metadata.DataTable
All Implemented Interfaces:
com.sas.storage.editableproperties.LocalizableProperties, java.io.Serializable

public class DataTable
implements com.sas.storage.editableproperties.LocalizableProperties, java.io.Serializable

Describes a design time Data Table object.

Since:
9.3
See Also:
Serialized Form

Constructor Summary
DataTable()
          Constructs an empty Source Data Table or Target Data Table object.
 
Method Summary
 java.lang.String getParameterName()
          Returns the parameter name.
 PhysicalTableInterface getTemplateTable()
          Returns the template table.
 void setParameterName(java.lang.String parameterName)
          Sets the parameter name.
 void setTemplateTable(PhysicalTableInterface templateTable)
          Sets the template table.
 void validate()
           
 void writeXML(org.w3c.dom.Document document, org.w3c.dom.Element element)
           
 

Constructor Detail

DataTable

public DataTable()
Constructs an empty Source Data Table or Target Data Table object. By default a data source is created; a data Target can be created by calling DataSourceOrTarget.setSource(boolean).

Method Detail

getParameterName

public java.lang.String getParameterName()
Returns the parameter name.

Returns:
the parameter name

getTemplateTable

public PhysicalTableInterface getTemplateTable()
                                        throws ServiceException
Returns the template table.

Returns:
the template table
Throws:
ServiceException

setTemplateTable

public void setTemplateTable(PhysicalTableInterface templateTable)
                      throws java.lang.IllegalStateException,
                             ServiceException,
                             java.rmi.RemoteException
Sets the template table.

Throws:
java.lang.IllegalStateException
ServiceException
java.rmi.RemoteException

setParameterName

public void setParameterName(java.lang.String parameterName)
Sets the parameter name.


validate

public void validate()
              throws ServiceException
Specified by:
validate in class com.sas.services.storedprocess.metadata.DataSourceOrTarget
Throws:
ServiceException

writeXML

public void writeXML(org.w3c.dom.Document document,
                     org.w3c.dom.Element element)

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.