| java.lang.Object org.ofbiz.datafile.ModelDataFile
ModelDataFile | public class ModelDataFile (Code) | | ModelDataFile
author: David E. Jones version: $Revision: 1.1 $ since: 2.0 |
SEP_FIXED_LENGTH | final public static String SEP_FIXED_LENGTH(Code) | | |
SEP_FIXED_RECORD | final public static String SEP_FIXED_RECORD(Code) | | |
delimiter | public char delimiter(Code) | | The delimiter used in the file, if delimiter separated fields are used
|
description | public String description(Code) | | A free form description of the file
|
receiver | public String receiver(Code) | | The party that generally receives the file
|
recordLength | public int recordLength(Code) | | The length in bytes of a single record, ONLY if it uses fixed length records
|
records | public List records(Code) | | List of record definitions for the file
|
sender | public String sender(Code) | | The party that generally sends the file
|
separatorStyle | public String separatorStyle(Code) | | The field serparator style, either fixed-length, or delimited
|
typeCode | public String typeCode(Code) | | The type code of the File, ususally contained somewhere in the file and can be used to identify it
|
|
|