com.ibm.etools.iseries.edit.generator.model
Class RPGDSpecOtherKeywords
java.lang.Object
com.ibm.etools.iseries.edit.generator.model.RPGDSpecOtherKeywords
public class RPGDSpecOtherKeywords
- 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
RPGDSpecOtherKeywords
public RPGDSpecOtherKeywords()
getBased
public String getBased()
- Returns:
getExtName
public String getExtName()
- Returns:
getInz
public String getInz()
- Returns:
isAltseq
public boolean isAltseq()
- Returns:
isBased
public boolean isBased()
- Returns:
isExport
public boolean isExport()
- Returns:
isImport
public boolean isImport()
- Returns:
isInz
public boolean isInz()
- Returns:
isInzUser
public boolean isInzUser()
- Returns:
isNoopt
public boolean isNoopt()
- Returns:
isStatic
public boolean isStatic()
- Returns:
isTemplate
public boolean isTemplate()
- Return whether the TEMPLATE keywords was specified on this definition
setBased
public void setBased(String string)
- Parameters:
string
-
setExtName
public void setExtName(String string)
- Parameters:
string
-
setInz
public void setInz(String string)
- Parameters:
string
-
setAltseq
public void setAltseq(boolean b)
- Parameters:
b
-
setBased
public void setBased(boolean b)
- Parameters:
b
-
setExport
public void setExport(boolean b)
- Parameters:
b
-
setImport
public void setImport(boolean b)
- Parameters:
b
-
setInz
public void setInz(boolean b)
- Parameters:
b
-
setInzUser
public void setInzUser(boolean b)
- Parameters:
b
-
setNoopt
public void setNoopt(boolean b)
- Parameters:
b
-
setStatic
public void setStatic(boolean b)
- Parameters:
b
-
setTemplate
public void setTemplate(boolean b)
- Set whether the TEMPLATE keywords was specified on this definition
isInzLikeds
public boolean isInzLikeds()
- Returns:
setInzLikeds
public void setInzLikeds(boolean b)
- Parameters:
b
-
getKeywords
public Vector getKeywords()
- Returns:
setKeywords
public void setKeywords(Vector vector)
- Parameters:
vector
-
setDtaaraVar
public void setDtaaraVar(boolean b)
- Parameters:
b
-
setDtaara
public void setDtaara(boolean b)
- Parameters:
b
-
setDtaara
public void setDtaara(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.