|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteSetVariableField
This class is a subclass of the Field class and represents a set variable field in a document.
Creation and access
Method Summary | |
---|---|
double |
getValue()
This property returns or sets the value of a field. |
java.lang.String |
getVariableName()
This property returns the variable name of a field. |
boolean |
isVisible()
This property returns or sets whether the field is visible. |
void |
setContent(java.lang.String content)
This property returns or sets the content of a field. |
void |
setValue(double value)
This property returns or sets the value of a field. |
void |
setVisible(boolean visible)
This property returns or sets whether the field is visible. |
Methods inherited from interface com.mindoo.remote.api.symphony.document.IRemoteField |
---|
getContent, getRange, getType, remove |
Method Detail |
---|
java.lang.String getVariableName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setContent(java.lang.String content) throws RemoteEclipseAPIException
content
- content
RemoteEclipseAPIException
void setValue(double value) throws RemoteEclipseAPIException
value
- value
RemoteEclipseAPIException
double getValue() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setVisible(boolean visible) throws RemoteEclipseAPIException
visible
- new state
RemoteEclipseAPIException
boolean isVisible() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |