public class DelimitedFieldDef extends FieldDef
| Constructor and Description |
|---|
DelimitedFieldDef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultValue() |
FixedLengthFieldPicture |
getPicture() |
int |
getPosition() |
boolean |
isChaff()
False if the field actually maps to a field.
|
void |
setDefaultValue(java.lang.Object newdefaultValue) |
void |
setPicture(FixedLengthFieldPicture newpicture) |
void |
setPosition(int newposition) |
getDescription, getDisplayName, getName, getProperties, getType, setDescription, setDisplayName, setName, setProperties, setTypepublic boolean isChaff()
public FixedLengthFieldPicture getPicture()
public void setPicture(FixedLengthFieldPicture newpicture)
public int getPosition()
public void setPosition(int newposition)
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object newdefaultValue)