OdsoFieldMappingType
Contents
[
Hide
]Inheritance: java.lang.Object
public class OdsoFieldMappingType
Specifies the possible types used to indicate if a given mail merge field has been mapped to a column in the given external data source.
Fields
Field | Description |
---|---|
COLUMN | Specifies that the mail merge field has been mapped to a column in the given external data source. |
DEFAULT | Equals to NULL. |
NULL | Specifies that the mail merge field has not been mapped to a column in the given external data source. |
length |
Methods
Method | Description |
---|---|
fromName(String odsoFieldMappingTypeName) | |
getName(int odsoFieldMappingType) | |
getValues() | |
toString(int odsoFieldMappingType) |
COLUMN
public static int COLUMN
Specifies that the mail merge field has been mapped to a column in the given external data source.
DEFAULT
public static int DEFAULT
Equals to NULL.
NULL
public static int NULL
Specifies that the mail merge field has not been mapped to a column in the given external data source.
length
public static int length
fromName(String odsoFieldMappingTypeName)
public static int fromName(String odsoFieldMappingTypeName)
Parameters:
Parameter | Type | Description |
---|---|---|
odsoFieldMappingTypeName | java.lang.String |
Returns: int
getName(int odsoFieldMappingType)
public static String getName(int odsoFieldMappingType)
Parameters:
Parameter | Type | Description |
---|---|---|
odsoFieldMappingType | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
toString(int odsoFieldMappingType)
public static String toString(int odsoFieldMappingType)
Parameters:
Parameter | Type | Description |
---|---|---|
odsoFieldMappingType | int |
Returns: java.lang.String