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