public interface IScriptText
toString
method to generate the script text if neither this
interface nor the IConstructorMethodSpecification
interface are implemented. Note that this interface
is implemented by the ScriptObject
class, and the IConstructorMethodSpecification
interface is implemented by the associated value class manager.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getScriptText()
Returns the text of the object that should be
used in a script call to the appropriate
TestObject method. |