public class OperationMacro extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
argumentName |
Object |
argumentType |
String |
argumentTypeIdentifier |
ArrayList<Object> |
errorList |
boolean |
isArgumentName |
boolean |
isErrors |
boolean |
isLinkedOperation |
boolean |
isResult |
boolean |
isResultName |
ArrayList<Object> |
linkedOpList |
String |
name |
String |
resultName |
Object |
resultType |
String |
resultTypeIdentifier |
| Constructor and Description |
|---|
OperationMacro() |
public String argumentName
public Object argumentType
public String argumentTypeIdentifier
public boolean isArgumentName
public boolean isErrors
public boolean isLinkedOperation
public boolean isResult
public boolean isResultName
public String name
public String resultName
public Object resultType
public String resultTypeIdentifier
Copyright © 2022. All rights reserved.