Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.value.ValueArray

Packages that use ValueArray
fr.gael.drb DRB main package containing the main interfaces, default and abstract classes. 
fr.gael.drb.value Envelope classes and operations for primitive values of DRB. 
 

Uses of ValueArray in fr.gael.drb
 

Methods in fr.gael.drb that return ValueArray
 ValueArray DrbAbstractSequence.atomize()
          The atomic values of this sequence.
 ValueArray DrbDefaultSequence.atomize()
          The atomic values of this sequence.
 ValueArray DrbSequence.atomize()
          The atomic values of this sequence.
 

Uses of ValueArray in fr.gael.drb.value
 

Subinterfaces of ValueArray in fr.gael.drb.value
 interface NumericArray
          Numeric array value wrapper.
 

Classes in fr.gael.drb.value that implement ValueArray
 class AbstractNumericArray
          Generic numeric array wrapper.
 class AbstractValueArray
          Generic array value wrapper.
 class BooleanArray
          The BooleanArray class is a generic wrapper for boolean array values.
 class ByteArray
          The ByteArray class is a generic wrapper for byte array values.
 class DefaultValueArray
          Generic array value wrapper.
 class DoubleArray
          The DoubleArray class is a generic wrapper for double array values.
 class FloatArray
          The FloatArray class is a generic wrapper for float array values.
 class IntArray
          The IntArray class is a generic wrapper for int array values.
 class LongArray
          The LongArray class is a generic wrapper for long array values.
 class ShortArray
          The ShortArray class is a generic wrapper for short array values.
 class UnsignedByteArray
          The UnsignedByteArray class is a generic wrapper for unsigned byte array values.
 class UnsignedIntArray
          The UnsignedIntegerArray class is a generic wrapper for unsigned int array values.
 class UnsignedLongArray
          The UnsignedLongArray class is a generic wrapper for unsigned long array values.
 class UnsignedShortArray
          The UnsignedShortArray class is a generic wrapper for unsigned short array values.
 

Methods in fr.gael.drb.value that return ValueArray
 ValueArray AbstractValueArray.atomize()
          The atomic values of this sequence.
 ValueArray AbstractValueArray.convertArrayTo(int array_type)
          Convert the array values into the specified type.
 ValueArray AbstractNumericArray.convertArrayTo(int array_type)
          Convert the array values into the specified type.
 


Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .