BusinessValuePersonDomainType
Table of Contents
Constants
-
TYPE_E
= 2
-
TYPE_E_NAME
= 'E'
-
TYPE_I
= 1
-
TYPE_I_NAME
= 'I'
-
UNDEFINED
= 0
Methods
-
getAllDescriptions()
: mixed
-
getDescription()
: mixed
-
isDefined()
: mixed
-
resolveID()
: mixed
-
resolveName()
: mixed
TYPE_E
public
mixed
TYPE_E
= 2
TYPE_E_NAME
public
mixed
TYPE_E_NAME
= 'E'
TYPE_I
public
mixed
TYPE_I
= 1
TYPE_I_NAME
public
mixed
TYPE_I_NAME
= 'I'
UNDEFINED
public
mixed
UNDEFINED
= 0
getAllDescriptions()
public
static getAllDescriptions() : mixed
getDescription()
public
static getDescription(mixed $typeId) : mixed
Parameters
-
$typeId
: mixed
-
isDefined()
public
static isDefined(mixed $typeID) : mixed
Parameters
-
$typeID
: mixed
-
resolveID()
public
static resolveID(mixed $name) : mixed
Parameters
-
$name
: mixed
-
resolveName()
public
static resolveName(mixed $typeID) : mixed
Parameters
-
$typeID
: mixed
-