Class DynArrayHelper

java.lang.Object
org.omg.DynamicAny.DynArrayHelper

public abstract class DynArrayHelper extends Object
DynArray objects support the manipulation of IDL arrays. Note that the dimension of the array is contained in the TypeCode which is accessible through the type attribute. It can also be obtained by calling the component_count operation.
  • Field Details

    • _id

      private static String _id
    • __typeCode

      private static TypeCode __typeCode
  • Constructor Details

    • DynArrayHelper

      public DynArrayHelper()
  • Method Details