public class ImpExEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImpExEntry.HeaderMode
supported impex modes
|
| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_START_POSTION |
| Constructor and Description |
|---|
ImpExEntry()
default constructor the default headermode will be "INSERT_UPDATE"
|
ImpExEntry(ImpExEntry.HeaderMode mode) |
ImpExEntry(ImpExEntry.HeaderMode mode,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addImpExHeaderAttribute(int pos,
String attribute) |
void |
addImpExHeaderAttribute(String attribute)
this one calls
|
void |
addImpExHeaderDefault(String headerdefault) |
void |
addValue(String ldapAttribute,
int pos,
String newValue) |
void |
addValues(String ldapAttribute,
int pos,
List<String> values) |
void |
addValues(String ldapAttribute,
List<String> values) |
String |
getHeader() |
ImpExEntry.HeaderMode |
getMode() |
String |
getTypeCode() |
String |
getValueLine() |
void |
setMode(ImpExEntry.HeaderMode mode) |
void |
setTypeCode(Class type) |
void |
setTypeCode(String type) |
String |
toString() |
public static final int VALUE_START_POSTION
public ImpExEntry()
public ImpExEntry(ImpExEntry.HeaderMode mode)
public ImpExEntry(ImpExEntry.HeaderMode mode, String type)
public void setMode(ImpExEntry.HeaderMode mode)
public ImpExEntry.HeaderMode getMode()
public void setTypeCode(Class type)
public void setTypeCode(String type)
public String getTypeCode()
public void addImpExHeaderAttribute(String attribute)
addAttribute(currentHeaderPos++, attribute);
attribute - public void addImpExHeaderAttribute(int pos,
String attribute)
public String getHeader()
public String getValueLine()
public void addImpExHeaderDefault(String headerdefault)
Copyright © 2017 SAP SE. All Rights Reserved.