Package | Description |
---|---|
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model |
Modifier and Type | Method and Description |
---|---|
static DecisionTableColumn.TypeEnum |
DecisionTableColumn.TypeEnum.fromValue(String value)
Get the enum value from a String value
|
DecisionTableColumn.TypeEnum |
DecisionTableColumn.getType()
Type of the column, has to be either Condition (C) or Result (R)
|
static DecisionTableColumn.TypeEnum |
DecisionTableColumn.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTableColumn.TypeEnum[] |
DecisionTableColumn.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTableColumn.setType(DecisionTableColumn.TypeEnum type)
Set the type of this
DecisionTableColumn instance. |
DecisionTableColumn |
DecisionTableColumn.type(DecisionTableColumn.TypeEnum type)
Set the type of this
DecisionTableColumn instance and return the same instance. |
Copyright © 2021 SAP SE. All rights reserved.