Class MacroReturnValue
MacroReturnValue
Syntax
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. |
Returns
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. |
setDescription(String)
Sets the description of the macro return value.
Declaration
Void setDescription(String description)
Parameters
Type | Name | Description |
---|---|---|
String | description |
Returns
Type | Description |
---|---|
Void |
setName(String)
Sets the name of the macro return value.
Declaration
Void SetName(String name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
Void |