|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteUserDefinedAttributes
This class represents all the user-defined attributes.
Access
Method Summary | |
---|---|
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
java.lang.String |
getAttribute(java.lang.String name)
This method returns an attribute value according to the attribute name. |
java.lang.String[] |
getAttributeNames()
This property returns all the names of the user-defined attributes on a page or shape. |
int |
getCount()
This property represents the number of the attributes on a page or shape. |
boolean |
hasAttribute(java.lang.String name)
This method returns whether a shape or a page contains an attribute. |
void |
removeAttribute(java.lang.String name)
This method removes an attribute by its name. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
This method sets a new attribute. |
Method Detail |
---|
java.lang.String getAttribute(java.lang.String name) throws RemoteEclipseAPIException
name
- Specifies the name of the attribute to return.
RemoteEclipseAPIException
void setAttribute(java.lang.String name, java.lang.String value) throws RemoteEclipseAPIException
name
- Specifies the name of the attribute.value
- Specifies the value of the attribute.
RemoteEclipseAPIException
void removeAttribute(java.lang.String name) throws RemoteEclipseAPIException
name
- Specifies the name of the attribute to get.
RemoteEclipseAPIException
java.lang.String[] getAttributeNames() throws RemoteEclipseAPIException
RemoteEclipseAPIException
boolean hasAttribute(java.lang.String name) throws RemoteEclipseAPIException
name
- Specifies the name of the attribute to get.
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |