|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
A simple interface representing TextStore objects from the metadata store.
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
String |
getText()
Get the text from the text store. |
String |
getTextRole()
Get the text role. |
String |
getTextType()
Get the text type. |
void |
setText(String text)
Set the text contained in this TextStore object. |
void |
setTextRole(String role)
Set the text role string for this object. |
void |
setTextType(String type)
Set the text type for this object. |
| Method Detail |
public String getText()
throws ServiceException,
RemoteException
ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public void setText(String text)
throws ServiceException,
RemoteException
text - The new text for this object.ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public String getTextRole()
throws ServiceException,
RemoteException
ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public void setTextRole(String role)
throws ServiceException,
RemoteException
role - The new text role.ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public String getTextType()
throws ServiceException,
RemoteException
ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public void setTextType(String type)
throws ServiceException,
RemoteException
type - The new type string.ServiceException - if a repository error occurs.RemoteException - In the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||