Rational Developer for Power Systems Software
V7.6

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

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

public class RPGDSpecSubfieldKeywords
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
RPGDSpecSubfieldKeywords()
           
 
Method Summary
 String getDtaara()
           
 String getDtaaraText()
           
 boolean getDtaaraVar()
           
 String getExtfld()
           
 Vector getKeywords()
           
 String getOverlay()
           
 String getPosition()
           
 boolean isDtaara()
           
 boolean isDtaaraQuoted()
           
 boolean isDtaVar()
           
 boolean isExtfld()
           
 boolean isOverLay()
           
 boolean isOverLayNext()
           
 boolean isPackeven()
           
 void setDtaara(boolean b)
           
 void setDtaara(String string)
           
 void setDtaaraVar(boolean b)
           
 void setDtaVar(boolean b)
           
 void setExtfld(boolean b)
           
 void setExtfld(String string)
           
 void setKeywords(Vector vector)
           
 void setOverLay(boolean b)
           
 void setOverlay(String string)
           
 void setOverLayNext(boolean b)
           
 void setPackeven(boolean b)
           
 void setPosition(String pos)
           
 
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

RPGDSpecSubfieldKeywords

public RPGDSpecSubfieldKeywords()
Method Detail

getDtaara

public String getDtaara()
Returns:

getExtfld

public String getExtfld()
Returns:

isDtaara

public boolean isDtaara()
Returns:

isExtfld

public boolean isExtfld()
Returns:

isOverLay

public boolean isOverLay()
Returns:

isOverLayNext

public boolean isOverLayNext()
Returns:

isDtaVar

public boolean isDtaVar()
Returns:

getPosition

public String getPosition()
Returns:

getOverlay

public String getOverlay()
Returns:

setDtaara

public void setDtaara(String string)
Parameters:
string -

setExtfld

public void setExtfld(String string)
Parameters:
string -

setDtaara

public void setDtaara(boolean b)
Parameters:
b -

setExtfld

public void setExtfld(boolean b)
Parameters:
b -

setOverLay

public void setOverLay(boolean b)
Parameters:
b -

setOverLayNext

public void setOverLayNext(boolean b)
Parameters:
b -

setDtaVar

public void setDtaVar(boolean b)
Parameters:
b -

setPosition

public void setPosition(String pos)
Parameters:
i -

setOverlay

public void setOverlay(String string)
Parameters:
string -

getKeywords

public Vector getKeywords()
Returns:

setKeywords

public void setKeywords(Vector vector)
Parameters:
vector -

isPackeven

public boolean isPackeven()
Returns:

setPackeven

public void setPackeven(boolean b)
Parameters:
b -

setDtaaraVar

public void setDtaaraVar(boolean b)
Parameters:
b -

getDtaaraVar

public boolean getDtaaraVar()
Parameters:
b -

getDtaaraText

public String getDtaaraText()
Parameters:
b -

isDtaaraQuoted

public boolean isDtaaraQuoted()
Parameters:
b -

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.