|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
This is a simple interface for representing properties that are coming from a metadata repository.
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
TextStoreInterface |
getConfigurationText()
Get the configuration text. |
String |
getKey()
Gets the property key. |
int |
getSQLType()
Get the SQL type for this property. |
String |
getValue()
Gets the value for this property. |
void |
setConfigurationText(TextStoreInterface textStore)
Set the text store object that contains the configuration text for this property. |
void |
setKey(String key)
Set the key for this property. |
void |
setSQLType(int type)
Set the SQL type for this property. |
void |
setValue(String value)
Set the value for this property. |
| Method Detail |
public String getKey()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setKey(String key)
throws ServiceException,
RemoteException
ServiceException - If a repository error or service level exception occurs.RemoteException - In the event of remote object failure.
public String getValue()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setValue(String value)
throws ServiceException,
RemoteException
ServiceException - If a repository or service level exception occurs.RemoteException - In the event of remote object failure.
public int getSQLType()
throws RemoteException
RemoteException - in the event of remote object failure.
public void setSQLType(int type)
throws ServiceException,
RemoteException
type - A standard SQL type that indicates the type of this property value.ServiceException - If a repository or service level exception occurs.RemoteException - In the event of remote object failure.
public TextStoreInterface getConfigurationText()
throws ServiceException,
RemoteException
ServiceException - If a repository error occurs.RemoteException - In the event of remote object failure.
public void setConfigurationText(TextStoreInterface textStore)
throws ServiceException,
RemoteException
textStore - The text store object containing the configuration text
for this property.ServiceException - If a repository error or service level exception 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 | |||||||||||||