public class OdsoFieldMappingType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN
Specifies that the mail merge field has been mapped to a column in the given external data source.
|
static int |
DEFAULT
Equals to
NULL. |
static int |
length |
static int |
NULL
Specifies that the mail merge field has not been mapped to a column in the given external data source.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String odsoFieldMappingTypeName) |
static java.lang.String |
getName(int odsoFieldMappingType) |
static int[] |
getValues() |
static java.lang.String |
toString(int odsoFieldMappingType) |
public static int COLUMN
public static int NULL
public static int DEFAULT
NULL.public static int length