public static final class ImpExConstants.Syntax.Mode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INSERT
Indicates the insertion of items.
|
static java.lang.String |
INSERT_UPDATE
Indicates the insertion or update of items.
|
static java.lang.String |
REMOVE
Indicates the removal of items.
|
static java.lang.String |
UPDATE
Indicates the update of items.
|
| Constructor and Description |
|---|
Mode() |
public static final java.lang.String INSERT
public static final java.lang.String UPDATE
public static final java.lang.String REMOVE
public static final java.lang.String INSERT_UPDATE
Copyright © 2018 SAP SE. All Rights Reserved.