| java.lang.Object org.ofbiz.datafile.ModelField
ModelField | public class ModelField (Code) | | ModelField
author: David E. Jones version: $Revision: 1.1 $ since: 2.0 |
description | public String description(Code) | | Free form description of the Field
|
isPk | public boolean isPk(Code) | | boolean which specifies whether or not the Field is a Primary Key
|
length | public int length(Code) | | The length of the Field in bytes, if applicable (mostly for fixed-length)
|
position | public int position(Code) | | The position of the field in the record - byte number for fixed-length, or field number for delimited
|
validExp | public String validExp(Code) | | The valid-exp of the Field
|
|
|