OdsoFieldMappingType

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

FieldDescription
COLUMNSpecifies that the mail merge field has been mapped to a column in the given external data source.
DEFAULTEquals to NULL.
NULLSpecifies that the mail merge field has not been mapped to a column in the given external data source.
length

Methods

MethodDescription
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:

ParameterTypeDescription
odsoFieldMappingTypeNamejava.lang.String

Returns: int

getName(int odsoFieldMappingType)

public static String getName(int odsoFieldMappingType)

Parameters:

ParameterTypeDescription
odsoFieldMappingTypeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int odsoFieldMappingType)

public static String toString(int odsoFieldMappingType)

Parameters:

ParameterTypeDescription
odsoFieldMappingTypeint

Returns: java.lang.String