Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.generator.model
Class RPGDSpecArrayKeywords

java.lang.Object
  extended by com.ibm.etools.iseries.edit.generator.model.RPGDSpecArrayKeywords

public class RPGDSpecArrayKeywords
extends Object

Model class for RPG D-Spec array keywords.


Field Summary
static String copyright
           
 
Constructor Summary
RPGDSpecArrayKeywords()
           
 
Method Summary
 String getAlt()
           
 String getExtfmt()
           
 String getFileFrom()
           
 String getFileTo()
           
 Vector getKeywords()
           
 String getPerrcd()
           
 boolean isALT()
           
 boolean isAscend()
           
 boolean isCTData()
           
 boolean isDescend()
           
 boolean isExtfmt()
           
 boolean isFromFile()
           
 boolean isPerrcd()
           
 boolean isToFile()
           
 void setALT(boolean b)
           
 void setAlt(String string)
           
 void setAscent(boolean b)
           
 void setCTData(boolean b)
           
 void setDescend(boolean b)
           
 void setExtfmt(boolean b)
           
 void setExtfmt(String string)
           
 void setFileFrom(String string)
           
 void setFileTo(String param)
           
 void setFromFile(boolean b)
           
 void setKeywords(Vector vector)
           
 void setPerrcd(boolean b)
           
 void setPerrcd(String p)
           
 void setToFile(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

RPGDSpecArrayKeywords

public RPGDSpecArrayKeywords()
Method Detail

getAlt

public String getAlt()
Returns:

getExtfmt

public String getExtfmt()
Returns:

getFileFrom

public String getFileFrom()
Returns:

isALT

public boolean isALT()
Returns:

isAscend

public boolean isAscend()
Returns:

isCTData

public boolean isCTData()
Returns:

isDescend

public boolean isDescend()
Returns:

isExtfmt

public boolean isExtfmt()
Returns:

isFromFile

public boolean isFromFile()
Returns:

isPerrcd

public boolean isPerrcd()
Returns:

isToFile

public boolean isToFile()
Returns:

getPerrcd

public String getPerrcd()
Returns:

setAlt

public void setAlt(String string)
Parameters:
string -

setFileFrom

public void setFileFrom(String string)
Parameters:
string -

setALT

public void setALT(boolean b)
Parameters:
b -

setAscent

public void setAscent(boolean b)
Parameters:
b -

setCTData

public void setCTData(boolean b)
Parameters:
b -

setDescend

public void setDescend(boolean b)
Parameters:
b -

setExtfmt

public void setExtfmt(boolean b)
Parameters:
b -

setFromFile

public void setFromFile(boolean b)
Parameters:
b -

setPerrcd

public void setPerrcd(boolean b)
Parameters:
b -

setToFile

public void setToFile(boolean b)
Parameters:
b -

setPerrcd

public void setPerrcd(String p)
Parameters:
i -

getKeywords

public Vector getKeywords()
Returns:

setKeywords

public void setKeywords(Vector vector)
Parameters:
vector -

setFileTo

public void setFileTo(String param)
Parameters:
param -

getFileTo

public String getFileTo()
Returns:

setExtfmt

public void setExtfmt(String string)
Parameters:
string -

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.