ImAddressKeyType
extends Enumeration
in package
Represents the key for an instant messenger address.
Table of Contents
Constants
- IM_ADDRESS_1 = 'ImAddress1'
- Instant messenger key for instant messenger address one.
- IM_ADDRESS_2 = 'ImAddress2'
- Instant messenger key for instant messenger address two.
- IM_ADDRESS_3 = 'ImAddress3'
- Instant messenger key for instant messenger address three.
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
IM_ADDRESS_1
Instant messenger key for instant messenger address one.
public
string
IM_ADDRESS_1
= 'ImAddress1'
Tags
IM_ADDRESS_2
Instant messenger key for instant messenger address two.
public
string
IM_ADDRESS_2
= 'ImAddress2'
Tags
IM_ADDRESS_3
Instant messenger key for instant messenger address three.
public
string
IM_ADDRESS_3
= 'ImAddress3'
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
.