PrimitiveInteger Class Reference
[Base data types used in Form]

Inheritance diagram for PrimitiveInteger:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 toXsdType ()

Public Attributes

const SIGNED_SMALL_MIN = -32768
const SIGNED_SMALL_MAX = +32767
const SIGNED_MIN = -2147483648
const SIGNED_MAX = +2147483647
const UNSIGNED_SMALL_MAX = 65535
const UNSIGNED_MAX = 4294967295

Protected Member Functions

 checkNumber ($number)
 castNumber ($number)


Detailed Description

Definition at line 16 of file PrimitiveInteger.class.php.


Member Function Documentation

PrimitiveInteger::checkNumber ( number  )  [protected]

Reimplemented from PrimitiveNumber.

Definition at line 27 of file PrimitiveInteger.class.php.

PrimitiveInteger::castNumber ( number  )  [protected]

Reimplemented from PrimitiveNumber.

Definition at line 32 of file PrimitiveInteger.class.php.

PrimitiveInteger::toXsdType (  ) 

Definition at line 37 of file PrimitiveInteger.class.php.


Member Data Documentation

const PrimitiveInteger::SIGNED_SMALL_MIN = -32768

Definition at line 18 of file PrimitiveInteger.class.php.

Referenced by SmallIntegerType::toPrimitiveLimits().

const PrimitiveInteger::SIGNED_SMALL_MAX = +32767

Definition at line 19 of file PrimitiveInteger.class.php.

Referenced by SmallIntegerType::toPrimitiveLimits().

const PrimitiveInteger::SIGNED_MIN = -2147483648

Definition at line 21 of file PrimitiveInteger.class.php.

Referenced by IntegerType::toPrimitiveLimits().

const PrimitiveInteger::SIGNED_MAX = +2147483647

Definition at line 22 of file PrimitiveInteger.class.php.

Referenced by IntegerType::toPrimitiveLimits().

const PrimitiveInteger::UNSIGNED_SMALL_MAX = 65535

Definition at line 24 of file PrimitiveInteger.class.php.

Referenced by UnsignedSmallIntegerType::toPrimitiveLimits().

const PrimitiveInteger::UNSIGNED_MAX = 4294967295

Definition at line 25 of file PrimitiveInteger.class.php.

Referenced by UnsignedIntegerType::toPrimitiveLimits().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:13 2007 for onPHP by  doxygen 1.5.4