Rational Developer for Power Systems Software
V7.6

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

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

public class RPGDSpecOtherKeywords
extends Object

Model class for RPG D-Spec array keywords.


Field Summary
static String copyright
           
 
Constructor Summary
RPGDSpecOtherKeywords()
           
 
Method Summary
 String getBased()
           
 String getExtName()
           
 String getInz()
           
 Vector getKeywords()
           
 boolean isAltseq()
           
 boolean isBased()
           
 boolean isExport()
           
 boolean isImport()
           
 boolean isInz()
           
 boolean isInzLikeds()
           
 boolean isInzUser()
           
 boolean isNoopt()
           
 boolean isStatic()
           
 boolean isTemplate()
          Return whether the TEMPLATE keywords was specified on this definition
 void setAltseq(boolean b)
           
 void setBased(boolean b)
           
 void setBased(String string)
           
 void setDtaara(boolean b)
           
 void setDtaara(String string)
           
 void setDtaaraVar(boolean b)
           
 void setExport(boolean b)
           
 void setExtName(String string)
           
 void setImport(boolean b)
           
 void setInz(boolean b)
           
 void setInz(String string)
           
 void setInzLikeds(boolean b)
           
 void setInzUser(boolean b)
           
 void setKeywords(Vector vector)
           
 void setNoopt(boolean b)
           
 void setStatic(boolean b)
           
 void setTemplate(boolean b)
          Set whether the TEMPLATE keywords was specified on this definition
 
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

RPGDSpecOtherKeywords

public RPGDSpecOtherKeywords()
Method Detail

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 -

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.