com.ibm.etools.iseries.edit.generator.model
Class RPGDSpecSubField
java.lang.Object
com.ibm.etools.iseries.edit.generator.model.RPGDSpecSubField
public class RPGDSpecSubField
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPGDSpecSubField
public RPGDSpecSubField()
getDesc
public String getDesc()
- Returns:
getFieldType
public RPGFieldType getFieldType()
- Returns:
getKeyword
public RPGDSpecKeywords getKeyword()
- Returns:
getFieldName
public String getFieldName()
- Returns:
setDesc
public void setDesc(String string)
- Parameters:
string
-
setFieldType
public void setFieldType(RPGFieldType type)
- Parameters:
type
-
setKeyword
public void setKeyword(RPGDSpecKeywords keywords)
- Parameters:
keywords
-
setFieldName
public void setFieldName(String string)
- Parameters:
string
-
getKeywords
public Vector getKeywords()
- Returns:
setKeywords
public void setKeywords(Vector vector)
- Parameters:
vector
-
getFrom
public String getFrom()
- Returns:
getTo
public String getTo()
- Returns:
setFrom
public void setFrom(String string)
- Parameters:
string
-
setTo
public void setTo(String string)
- Parameters:
string
-
isExtfld
public boolean isExtfld()
- Returns:
setExtfld
public void setExtfld(boolean b)
- Parameters:
b
-
setExtfld
public void setExtfld(String string)
- Parameters:
string
-
getExtfld
public String getExtfld()
- Returns:
getCurrentPosition
public int getCurrentPosition()
- Returns:
setCurrentPosition
public void setCurrentPosition(int i)
- Parameters:
i
-
updateCurrentPosition
public void updateCurrentPosition(int i)
- Parameters:
i
-
setDsName
public void setDsName(String dname)
- Parameters:
string
-
getDsName
public String getDsName()
- 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.