|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface EntryInterface
The EntryInterface provides a mechanism for getting and setting the attributes of a result package or result package entry.
| Method Summary | |
|---|---|
abstract java.lang.String |
getDescription()
Returns the description. |
abstract AttributeMapInterface |
getNameValuePairs()
Returns the name/value pairs. |
abstract java.lang.String |
getURL()
Returns the URL string that identifies the entry. |
abstract boolean |
isReadOnly()
Returns true when the entry or package is read only. |
abstract void |
setDescription(java.lang.String description)
Set the description. |
abstract void |
setNameValuePairs(AttributeMapInterface namevalues)
Sets the name/value pairs. |
| Methods inherited from interface com.sas.entities.EntityKeyInterface |
|---|
getEntityKey, sameEntity, setEntityKey |
| Method Detail |
|---|
java.lang.String getDescription()
throws java.lang.IllegalStateException,
java.rmi.RemoteException
String The description.
java.lang.IllegalStateException - If the result package has already been closed.
java.rmi.RemoteException - If a network anomaly is encountered.
void setDescription(java.lang.String description)
throws java.lang.IllegalStateException,
java.rmi.RemoteException
description - The description.
java.lang.IllegalStateException - If the entry or package is
read only or if the result package has already been closed.
java.rmi.RemoteException - If a network anomaly is encountered.
AttributeMapInterface getNameValuePairs()
throws java.lang.IllegalStateException,
TransportException,
java.rmi.RemoteException
AttributeMapInterface The name values; may be null.
java.lang.IllegalStateException - If the result package has already been closed.
TransportException - If the transport encounters an error
getting name value pairs.
java.rmi.RemoteException - If a network anomaly is encountered.
void setNameValuePairs(AttributeMapInterface namevalues)
throws java.lang.IllegalStateException,
java.rmi.RemoteException
namevalues - The name/value pairs.
java.lang.IllegalStateException - If the entry or package is
read only or if the result package has already been closed.
java.rmi.RemoteException - If a network anomaly is encountered.
boolean isReadOnly()
throws java.lang.IllegalStateException,
java.rmi.RemoteException
boolean True if read only;
otherwise if this is a new entry/package under
construction, false is returned.
java.lang.IllegalStateException - If the result package has already been closed.
java.rmi.RemoteException - If a network anomaly is encountered.
java.lang.String getURL()
throws java.lang.IllegalStateException,
TransportException,
java.rmi.RemoteException
String The URL string; may be null.
java.lang.IllegalStateException - If the result package has already been closed.
TransportException - If the transport encounters an error
obtaining the URL.
java.rmi.RemoteException - If a network anomaly is encountered.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||