| Package | Description |
|---|---|
| org.openl.rules.tbasic.runtime |
| Modifier and Type | Method and Description |
|---|---|
ReturnType |
Result.getReturnType() |
static ReturnType |
ReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnType[] |
ReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setReturnType(ReturnType returnType) |
| Constructor and Description |
|---|
Result(ReturnType returnType)
Create an instance of
Result for operation which didn't return any value. |
Result(ReturnType returnType,
Object returnValue)
Create an instance of
Result for operation which returned value. |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.