com.ibm.etools.iseries.edit.generator.model
Class RPGDSpecArrayKeywords
java.lang.Object
com.ibm.etools.iseries.edit.generator.model.RPGDSpecArrayKeywords
public class RPGDSpecArrayKeywords
- extends Object
Model class for RPG D-Spec array keywords.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
RPGDSpecArrayKeywords
public RPGDSpecArrayKeywords()
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
-
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.