public class FixedLengthFieldDef extends FieldDef
| Constructor and Description |
|---|
FixedLengthFieldDef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fixValue(java.lang.Object value)
Scrubs value, returns default if isChaff() is true, or if there is a
default and input is null or blank.
|
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 java.lang.Object fixValue(java.lang.Object value)
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)