com.ibm.etools.iseries.edit.generator.model
Class RPGDSpecDSOtherKeywords
java.lang.Object
com.ibm.etools.iseries.edit.generator.model.RPGDSpecDSOtherKeywords
public class RPGDSpecDSOtherKeywords
- 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
RPGDSpecDSOtherKeywords
public RPGDSpecDSOtherKeywords()
getInz
public String getInz()
- Returns:
isAltseq
public boolean isAltseq()
- Returns:
isInz
public boolean isInz()
- Returns:
isInzUser
public boolean isInzUser()
- Returns:
isNoopt
public boolean isNoopt()
- Returns:
setInz
public void setInz(String string)
- Parameters:
string
-
setAltseq
public void setAltseq(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
-
getKeywords
public Vector getKeywords()
- Returns:
setKeywords
public void setKeywords(Vector vector)
- Parameters:
vector
-
getInzText
public String getInzText()
- Returns:
isInzQuoted
public boolean isInzQuoted()
- Returns:
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.