TextScriptingSuggestion
Complete API reference for TextScriptingSuggestion, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class TextScriptingSuggestion
Constructors
| Signature | Description |
|---|---|
TextScriptingSuggestion(String) | Creates a new instance of TextScriptingSuggestion. |
TextScriptingSuggestion(String, String) | Creates a new instance of TextScriptingSuggestion. |
Attributes
| Name | Type | Description |
|---|---|---|
text | String | Represents the text value stored on this instance. Read or assign to update the property. |
returnType | String | Represents the returnType value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getText() | String | Returns the current text. |
setText(String) | void | Sets or updates the text. |
getReturnType() | String | Returns the current return type. |
setReturnType(String) | void | Sets or updates the return type. |
convertInternal() | Suggestion | Executes convertInternal and returns after the underlying engine call finishes. |