|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface AnalyticTableInterface
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract AnalyticTableAttributes |
getAnalyticTableAttributes()
Get the set of attributes for this object; |
abstract RelationalTableInterface |
getTrainingTable()
Get the analytic training table. |
abstract void |
setAnalyticTableAttributes(AnalyticTableAttributes attributes)
Set the attribute for this object. |
abstract void |
setTrainingTable(RelationalTableInterface table)
Set the analytic training table. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
AnalyticTableAttributes getAnalyticTableAttributes()
throws ServiceException,
java.rmi.RemoteException
AnalyticTableAttributes object with the attributes for this table.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setAnalyticTableAttributes(AnalyticTableAttributes attributes)
throws ServiceException,
java.rmi.RemoteException
attributes - The new attribute values to set.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
RelationalTableInterface getTrainingTable()
throws ServiceException,
java.rmi.RemoteException
RelationalTableInterface representing the analytic training table.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
void setTrainingTable(RelationalTableInterface table)
throws ServiceException,
java.rmi.RemoteException
table - A RelationalTableInterface for the training table.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||