@type-descriptor.integer-td

This tag describes the number encoding as integer

Attributes

The following table lists the valid attributes for this tag:
Attribute Description Valid Values
bigEndian Indicates whether a number is big or little endian You must specify one of the following attributes:
  • true: when the byte representation of a number is ordered from the most significant byte to the least significant byte
  • false: when the byte representation of a number is ordered from the least significant byte to most significant byte
signed Indicates whether a number is signed or unsigned You must specify one of the following attributes:
  • true
  • false
virtualDecimalPoint Integer specifying where the decimal point of the number resides Value is specified from the rightmost digit of the number.
signCoding Sign coding of integer data You must specify one of the following attributes:
  • twosComplement
  • onesComplement
  • signMagnitude
  • unsignedBinary
  • unsignedDecimal
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.