FileAsMappingType
extends Enumeration
in package
Defines how to construct what is displayed for a contact.
Table of Contents
Constants
- COMPANY = 'Company'
- File as mapping for "company".
- COMPANY_LAST_COMMA_FIRST = 'CompanyLastCommaFirst'
- File as mapping for "last name, first name".
- COMPANY_LAST_FIRST = 'CompanyLastFirst'
- File as mapping for "company last name first name".
- COMPANY_LAST_SPACE_FIRST = 'CompanyLastSpaceFirst'
- File as mapping for "company last name first name".
- DISPLAY_NAME = 'DisplayName'
- File as mapping for "display name".
- EMPTY_MAPPING = 'Empty'
- File as mapping to use when no mapping is defined.
- FIRST_NAME = 'FirstName'
- File as mapping for "first name".
- FIRST_SPACE_LAST = 'FirstSpaceLast'
- File as mapping for "first name last name".
- LAST_COMMA_FIRST = 'LastCommaFirst'
- File as mapping for "last name, first name".
- LAST_COMMA_FIRST_COMPANY = 'LastCommaFirstCompany'
- File as mapping for "last name, first name company".
- LAST_FIRST = 'LastFirst'
- File as mapping for "last name first name".
- LAST_FIRST_COMPANY = 'LastFirstCompany'
- File as mapping for "last name first name company".
- LAST_FIRST_MIDDLE_SUFFIX = 'LastFirstMiddleSuffix'
- File as mapping for "last name first name middle name suffix".
- LAST_FIRST_SUFFIX = 'LastFirstSuffix'
- File as mapping for "last name first name suffix".
- LAST_NAME = 'LastName'
- File as mapping for "last name".
- LAST_SPACE_FIRST = 'LastSpaceFirst'
- File as mapping for "last name first name".
- LAST_SPACE_FIRST_COMPANY = 'LastSpaceFirstCompany'
- File as mapping for "last name first name company".
- NONE = 'None'
- File as mapping to use when no mapping is desired.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
COMPANY
File as mapping for "company".
public
string
COMPANY
= 'Company'
Tags
COMPANY_LAST_COMMA_FIRST
File as mapping for "last name, first name".
public
string
COMPANY_LAST_COMMA_FIRST
= 'CompanyLastCommaFirst'
Tags
COMPANY_LAST_FIRST
File as mapping for "company last name first name".
public
string
COMPANY_LAST_FIRST
= 'CompanyLastFirst'
Tags
COMPANY_LAST_SPACE_FIRST
File as mapping for "company last name first name".
public
string
COMPANY_LAST_SPACE_FIRST
= 'CompanyLastSpaceFirst'
Tags
DISPLAY_NAME
File as mapping for "display name".
public
string
DISPLAY_NAME
= 'DisplayName'
Tags
EMPTY_MAPPING
File as mapping to use when no mapping is defined.
public
string
EMPTY_MAPPING
= 'Empty'
Tags
FIRST_NAME
File as mapping for "first name".
public
string
FIRST_NAME
= 'FirstName'
Tags
FIRST_SPACE_LAST
File as mapping for "first name last name".
public
string
FIRST_SPACE_LAST
= 'FirstSpaceLast'
Tags
LAST_COMMA_FIRST
File as mapping for "last name, first name".
public
string
LAST_COMMA_FIRST
= 'LastCommaFirst'
Tags
LAST_COMMA_FIRST_COMPANY
File as mapping for "last name, first name company".
public
string
LAST_COMMA_FIRST_COMPANY
= 'LastCommaFirstCompany'
Tags
LAST_FIRST
File as mapping for "last name first name".
public
string
LAST_FIRST
= 'LastFirst'
Tags
LAST_FIRST_COMPANY
File as mapping for "last name first name company".
public
string
LAST_FIRST_COMPANY
= 'LastFirstCompany'
Tags
LAST_FIRST_MIDDLE_SUFFIX
File as mapping for "last name first name middle name suffix".
public
string
LAST_FIRST_MIDDLE_SUFFIX
= 'LastFirstMiddleSuffix'
Tags
LAST_FIRST_SUFFIX
File as mapping for "last name first name suffix".
public
string
LAST_FIRST_SUFFIX
= 'LastFirstSuffix'
Tags
LAST_NAME
File as mapping for "last name".
public
string
LAST_NAME
= 'LastName'
Tags
LAST_SPACE_FIRST
File as mapping for "last name first name".
public
string
LAST_SPACE_FIRST
= 'LastSpaceFirst'
Tags
LAST_SPACE_FIRST_COMPANY
File as mapping for "last name first name company".
public
string
LAST_SPACE_FIRST_COMPANY
= 'LastSpaceFirstCompany'
Tags
NONE
File as mapping to use when no mapping is desired.
public
string
NONE
= 'None'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.