Package | Description |
---|---|
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model |
Modifier and Type | Method and Description |
---|---|
static ResultCell.ModeEnum |
ResultCell.ModeEnum.fromValue(String value)
Get the enum value from a String value
|
ResultCell.ModeEnum |
ResultCell.getMode()
Mode is used if the given segment is allowed to be updated in any of the branches.
|
static ResultCell.ModeEnum |
ResultCell.ModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultCell.ModeEnum[] |
ResultCell.ModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResultCell |
ResultCell.mode(ResultCell.ModeEnum mode)
Set the mode of this
ResultCell instance and return the same instance. |
void |
ResultCell.setMode(ResultCell.ModeEnum mode)
Set the mode of this
ResultCell instance. |
Copyright © 2021 SAP SE. All rights reserved.