public interface IFileFieldDescriptor extends IModelObject
| Modifier and Type | Method and Description | 
|---|---|
int | 
getBytes()
Returns the physical length of the field in bytes. 
 | 
java.lang.String | 
getDecimalSeparator()
Returns the character separating the integer and decimal part of NUMERIC data. 
 | 
java.lang.String | 
getLogicalFormat()
Returns the format used for dates. 
 | 
java.lang.String | 
getOnErrorOptionString()
Returns the OnError option for this field. 
 | 
java.lang.String[] | 
getRecordCodeList()
Returns the record codes. 
 | 
java.lang.Integer | 
getStartPosition()
Returns the start position of the field in the record. 
 | 
getNamegetBigNumericId, getGlobalId, getNumericIdint getBytes()
java.lang.String getDecimalSeparator()
java.lang.String getLogicalFormat()
java.lang.String getOnErrorOptionString()
Possible values are: REJECT, SET_NULL_NO_TRACE, SET_NULL_TRACE, and FAIL. Default value is FAIL.
java.lang.Integer getStartPosition()
java.lang.String[] getRecordCodeList()