|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.datafile.ModelField
public class ModelField
ModelField
Field Summary | |
---|---|
java.lang.Object |
defaultValue
Default value for the Field |
java.lang.String |
description
Free form description of the Field |
boolean |
expression
boolean which specifies whether or not the Field is taken from the input file |
java.lang.String |
format
The format of the Field |
boolean |
ignored
boolean which specifies whether or not the Field is ignored |
boolean |
isPk
boolean which specifies whether or not the Field is a Primary Key |
int |
length
The length of the Field in bytes, if applicable (mostly for fixed-length) |
java.lang.String |
name
The name of the Field |
int |
position
The position of the field in the record - byte number for fixed-length, or field number for delimited |
java.lang.String |
refField
Referenced field |
java.lang.String |
type
The type of the Field |
java.lang.String |
validExp
The valid-exp of the Field |
Constructor Summary | |
---|---|
ModelField()
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public int position
public int length
public java.lang.String type
public java.lang.String format
public java.lang.String validExp
public java.lang.String description
public java.lang.Object defaultValue
public boolean isPk
public boolean ignored
public boolean expression
public java.lang.String refField
Constructor Detail |
---|
public ModelField()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |