com.togethersoft.openapi.sci
Interface SciExpressionList


public interface SciExpressionList
extends SciContainer

Provides a set of methods for accessing information
about expressions for parameters in this expression of a function call.



An enumeration of expressions can be obtained using the expressions method.


It is possible to get or change a string containing all these expressions using the getText
or setText methods, respectively.

Author:
TogetherSoft
Since: Together 3.0
See Also: SciFunctionCallExpression

Method Summary
 booleancanSetText(String text)
          Checks whether the specified string can be set for this function call as a string containing
expressions for all parameters.
 SciExpressionEnumerationexpressions()
          Returns an enumeration of SciExpressions for parameters in a function call expression.
 StringgetText()
          Returns the string containing expressions for all parameters in this function call expression.
 voidsetText(String text)
          Sets the string containing expressions for all parameters in this function call expression, to the specified
string value.

Methods inherited from interface com.togethersoft.openapi.sci.SciContainer
canPaste, objects, paste

Method Detail

canSetText

public boolean canSetText(String text)
Checks whether the specified string can be set for this function call as a string containing
expressions for all parameters.

expressions

public SciExpressionEnumeration expressions()
Returns an enumeration of SciExpressions for parameters in a function call expression.
Returns: an enumeration of SciExpressions

getText

public String getText()
Returns the string containing expressions for all parameters in this function call expression.
Returns: the string containing expressions for all parameters in this function call expression

setText

public void setText(String text)
Sets the string containing expressions for all parameters in this function call expression, to the specified
string value.
Parameters:
text the string containing expressions for all parameters