public interface Output
You can use the isContextChange(java.lang.Object) to find context changes in the input
array, for example:
| Modifier and Type | Method and Description |
|---|---|
void |
addContextChange()
Appends a context change to the Output.
|
void |
addSuppress()
Appends SUPPRESS to the Output.
|
void |
addValue(Object value)
Appends a value to the Output.
|
void |
addXSINIL()
Appends an XSINIL value to the Output.
|
void |
clear()
Deletes all previously appended values from the Output.
|
boolean |
isContextChange(Object value) |
boolean |
isSuppress(Object value) |
boolean |
isXSINIL(Object value) |
void addValue(Object value)
value - valuevoid addContextChange()
void addSuppress()
void addXSINIL()
void clear()
boolean isContextChange(Object value)
value - boolean isSuppress(Object value)
value - boolean isXSINIL(Object value)
value - Copyright © 2018 SAP. All rights reserved.