| Package | Description |
|---|---|
| com.bmc.arsys.api |
| Modifier and Type | Method and Description |
|---|---|
FunctionCode |
FunctionOperandInfo.getFunctionCode() |
static FunctionCode |
FunctionCode.getFunctionCode(int code) |
static FunctionCode |
FunctionCode.getFunctionCode(String code) |
static FunctionCode |
FunctionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionCode[] |
FunctionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionOperandInfo.setFunctionCode(FunctionCode functionCode) |
| Constructor and Description |
|---|
FunctionOperandInfo(FunctionCode functionCode,
List<ArithmeticOrRelationalOperand> parameterList) |
? Copyright 2013 BMC Software, Inc.