iSeries Remote Systems
v6.0.1

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

java.lang.Object
  extended bycom.ibm.etools.iseries.editor.generator.model.RPGCommon
      extended bycom.ibm.etools.iseries.editor.generator.model.RPGFieldType
          extended bycom.ibm.etools.iseries.editor.generator.model.RetVal
All Implemented Interfaces:
IDSpec

public class RetVal
extends RPGFieldType


Field Summary
 
Fields inherited from class com.ibm.etools.iseries.editor.generator.model.RPGFieldType
array, arrayField, arraySize, ccsidNbr, className, Copyright, dataType, dateFormat, decimals, fmtString, from, isDecimalAllowed, isLengthAllowed, keywords, length, likeAnother, likeKeyword, otherField, packeven, procPointer, sample, separator, timeFormat, to, typeChar, typeIndex
 
Fields inherited from class com.ibm.etools.iseries.editor.generator.model.RPGCommon
fieldName, purpose
 
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
RetVal()
           
 
Method Summary
 String getDescription()
           
 void setDescription(String desc)
           
 
Methods inherited from class com.ibm.etools.iseries.editor.generator.model.RPGFieldType
createNewArray, getArray, getArraySize, getCcsidNbr, getClassName, getDataType, getDateFormat, getDecimals, getFieldTypeKeywords, getFmtString, getFrom, getKeywords, getLength, getLikeKeyword, getOtherField, getSample, getSeparator, getTimeFormat, getTo, getTypeChar, getTypeIndex, isArray, isDecimalAllowed, isLengthAllowed, isLikeAnother, isPackeven, isProcPointer, setArray, setArraySize, setCcsidNbr, setClassName, setDataType, setDateFormat, setDecimalAllowed, setDecimals, setFmtString, setFrom, setKeywords, setLength, setLengthAllowed, setLikeAnother, setLikeKeyword, setOtherField, setPackeven, setProcPointer, setSample, setSeparator, setTimeFormat, setTo, setTypeChar, setTypeIndex
 
Methods inherited from class com.ibm.etools.iseries.editor.generator.model.RPGCommon
getMessages, getName, getPurpose, isValid, setFieldName, setPurpose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetVal

public RetVal()
Method Detail

getDescription

public String getDescription()
Returns:

setDescription

public void setDescription(String desc)

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.