Package | Description |
---|---|
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model |
Modifier and Type | Method and Description |
---|---|
TextOperation |
TextOperation.addASTItem(Object ASTItem)
Add one AST instance to this
TextOperation . |
TextOperation |
TextOperation.AST(List<Object> AST)
Set the AST of this
TextOperation instance and return the same instance. |
TextOperation |
TextOperation.expression(String expression)
Set the expression of this
TextOperation instance and return the same instance. |
TextOperation |
TextOperation.id(String id)
Set the id of this
TextOperation instance and return the same instance. |
TextOperation |
TextOperation.segment(String segment)
Set the segment of this
TextOperation instance and return the same instance. |
TextOperation |
TextOperation.sequenceNumber(Float sequenceNumber)
Set the sequenceNumber of this
TextOperation instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
List<TextOperation> |
TextDefault.getOperation()
Operation to be performed when condition is evaluated
|
List<TextOperation> |
TextBranches.getOperation()
Operation to be performed when condition is evaluated
|
Modifier and Type | Method and Description |
---|---|
TextDefault |
TextDefault.addOperationItem(TextOperation operationItem)
Add one Operation instance to this
TextDefault . |
TextBranches |
TextBranches.addOperationItem(TextOperation operationItem)
Add one Operation instance to this
TextBranches . |
Modifier and Type | Method and Description |
---|---|
TextDefault |
TextDefault.operation(List<TextOperation> operation)
Set the operation of this
TextDefault instance and return the same instance. |
TextBranches |
TextBranches.operation(List<TextOperation> operation)
Set the operation of this
TextBranches instance and return the same instance. |
void |
TextDefault.setOperation(List<TextOperation> operation)
Set the operation of this
TextDefault instance. |
void |
TextBranches.setOperation(List<TextOperation> operation)
Set the operation of this
TextBranches instance. |
Copyright © 2021 SAP SE. All rights reserved.