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 via expressions method.

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

Author:
TogetherSoft
See Also: SciFunctionCallExpression

Method Summary
 booleancanSetText(String text)
           Checks whether is the specified string can be set for this function call as a string containing expressions for all parameters.
 SciExpressionEnumerationexpressions()
           Returns an enumeraion 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 is the specified string can be set for this function call as a string containing expressions for all parameters.

expressions

public SciExpressionEnumeration expressions()
Returns an enumeraion of SciExpressions for parameters in a function call expression.
Returns: an enumeraion 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