WebLogic Integration


Uses of Class
com.bea.schema.type.PrimitiveDecimal

Packages that use PrimitiveDecimal
com.bea.schema.type Objects/interfaces for BEA Schema predefined types. 
 

Uses of PrimitiveDecimal in com.bea.schema.type
 

Subclasses of PrimitiveDecimal in com.bea.schema.type
 class DerivedByte
          byte is derived from short by setting the value of maxInclusive to be 127 and minInclusive to be -128.
 class DerivedInt
          int is derived from long by setting the value of maxInclusive to be 2147483647 and minInclusive to be -2147483648.
 class DerivedInteger
          integer is derived from number by fixing the value of fractionDigits to be 0.
 class DerivedLong
          long is derived from integer by setting the value of maxInclusive to be 9223372036854775807 and minInclusive to be -9223372036854775808.
 class DerivedNegativeInteger
          negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.
 class DerivedNonNegativeInteger
          nonNegativeInteger is derived from integer by setting the value of minInclusive to be 0.
 class DerivedNonPositiveInteger
          nonPositiveInteger is derived from integer by setting the value of maxInclusive to be 0.
 class DerivedPositiveInteger
          positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.
 class DerivedShort
          short is derived from int by setting the value of maxInclusive to be 32767 and minInclusive to be -32768.
 class DerivedUnsignedByte
          unsignedByte is derived from unsignedShort by setting the value of maxInclusive to be 255.
 class DerivedUnsignedInt
          unsignedInt is derived from unsignedLong by setting the value of maxInclusive to be 4294967295.
 class DerivedUnsignedLong
          unsignedLong is derived from nonNegativeInteger by setting the value of maxInclusive to be 18446744073709551615.
 class DerivedUnsignedShort
          unsignedShort is derived from unsignedInt by setting the value of maxInclusive to be 65535.
 

Fields in com.bea.schema.type declared as PrimitiveDecimal
static PrimitiveDecimal SOMType.DECIMAL
           
 


WebLogic Integration

WebLogic Integration (WLI)