Namespace: OpenEdge.Core
Type: Class ObjectArrayHolder
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: OpenEdge.Core.IObjectArrayHolder


Copyright (c) 2016, 2018, 2021 by Progress Software Corporation. All rights reserved.
File:ObjectArrayHolder
Purpose:OO holder for an array of objects
Author(s):pjudge
Created:2016-08-01
/* An array of objects to hold.



Method Summary
  Options Name Purpose
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  ObjectArrayHolder () /* Default constructor */
  ObjectArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */
  ObjectArrayHolder (Object[]) /* Constructor @param Object[] An array of objects to 'hold' */

Property Summary
  Options Name Purpose
  Progress.Lang.Object Value


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

ObjectArrayHolder ()

/* Default constructor
Top

ObjectArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 
Top

ObjectArrayHolder (Object[])

/* Constructor
Parameters:
pValue Progress.Lang.Object
 


Property Detail
Top

Progress.Lang.Object Value

Returns Progress.Lang.Object