Class MacroReturnValue
MacroReturnValue
Constructors
MacroReturnValue()
Initializes a new instance of the MacroReturnValue class.
Declaration
MacroReturnValue MacroReturnValue(String,String)
Creates and returns a macro return value.
Declaration
MacroReturnValue(String name, String description) Parameters
| Type | Name | Description |
| String | name | The name of the return value |
| String | description | A longer description of the return value. |
| Type | Description |
| MacroReturnValue |
Methods
getDescription()
Returns the description of the macro return value.
Declaration
String getDescription() Returns
| Type | Description |
| String | The description of the macro return value. |
getName()
Returns the name of the macro return value.
Declaration
String getName() Returns
| Type | Description |
| String | The name of the macro return value. |