iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.editor.generator.model
Class RPGSimpleArray

java.lang.Object
  extended bycom.ibm.etools.iseries.editor.generator.model.RPGSimpleArray
All Implemented Interfaces:
IDSpec
Direct Known Subclasses:
RPGArray

public class RPGSimpleArray
extends Object
implements IDSpec


Field Summary
protected  int dimensions
           
 
Fields inherited from interface com.ibm.etools.iseries.editor.generator.model.IDSpec
DATEFMT_DMY, DATEFMT_EUR, DATEFMT_ISO, DATEFMT_JIS, DATEFMT_JUL, DATEFMT_MDY, DATEFMT_NONE, DATEFMT_USA, DATEFMT_YMD, DT_AMPERSAND, DT_COLON, DT_COMMA, DT_DASH, DT_NONE, DT_PERIOD, DT_SLASH, INFDS_DB, INFDS_DSPF_ATTR, INFDS_DSPF_DEV, INFDS_FILE, INFDS_ICF_ATTR, INFDS_ICF_DEV, INFDS_IO, INFDS_OPEN, INFDS_PRTF, MSG_ERR_REQ_FIELD, RPGARRAYKWD_B, RPGARRAYKWD_F, RPGARRAYKWD_I, RPGARRAYKWD_L, RPGARRAYKWD_P, RPGARRAYKWD_R, RPGARRAYKWD_S, RPGARRAYKWD_U, RPGTYPE_A, RPGTYPE_AV, RPGTYPE_B, RPGTYPE_C, RPGTYPE_CV, RPGTYPE_D, RPGTYPE_F, RPGTYPE_G, RPGTYPE_GV, RPGTYPE_I, RPGTYPE_I2, RPGTYPE_N, RPGTYPE_P, RPGTYPE_S, RPGTYPE_STAR, RPGTYPE_T, RPGTYPE_U, RPGTYPE_U2, RPGTYPE_Z, TIMEFMT_EUR, TIMEFMT_HMS, TIMEFMT_ISO, TIMEFMT_JIS, TIMEFMT_NONE, TIMEFMT_USA
 
Constructor Summary
RPGSimpleArray()
           
 
Method Summary
 int getDimensions()
           
 void setDimensions(int dim)
          Sets the size of the array (number of entries, DIM).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dimensions

protected int dimensions
Constructor Detail

RPGSimpleArray

public RPGSimpleArray()
Method Detail

getDimensions

public int getDimensions()
Returns:
The size of the array (number of entries, DIM)
See Also:
setDimensions(int)

setDimensions

public void setDimensions(int dim)
Sets the size of the array (number of entries, DIM).

Parameters:
dim - The number of entries in the array. Pre: dim > 0.
See Also:
getDimensions()

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.